зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 8ef36d96a366 (bug 938466) for marionette webapi bustage on a CLOSED TREE
This commit is contained in:
Родитель
f9e32f8b7e
Коммит
c6acc4f6b9
|
@ -759,6 +759,10 @@ this.STK_CMD_SEND_USSD = 0x12;
|
|||
this.STK_CMD_SEND_SMS = 0x13;
|
||||
this.STK_CMD_SEND_DTMF = 0x14;
|
||||
this.STK_CMD_LAUNCH_BROWSER = 0x15;
|
||||
this.STK_CMD_OPEN_CHANNEL = 0x16;
|
||||
this.STK_CMD_CLOSE_CHANNEL = 0x17;
|
||||
this.STK_CMD_RECEIVE_DATA = 0x18;
|
||||
this.STK_CMD_SEND_DATA = 0x19;
|
||||
this.STK_CMD_PLAY_TONE = 0x20;
|
||||
this.STK_CMD_DISPLAY_TEXT = 0x21;
|
||||
this.STK_CMD_GET_INKEY = 0x22;
|
||||
|
@ -768,10 +772,6 @@ this.STK_CMD_SET_UP_MENU = 0x25;
|
|||
this.STK_CMD_PROVIDE_LOCAL_INFO = 0x26;
|
||||
this.STK_CMD_TIMER_MANAGEMENT = 0x27;
|
||||
this.STK_CMD_SET_UP_IDLE_MODE_TEXT = 0x28;
|
||||
this.STK_CMD_OPEN_CHANNEL = 0x40;
|
||||
this.STK_CMD_CLOSE_CHANNEL = 0x41;
|
||||
this.STK_CMD_RECEIVE_DATA = 0x42;
|
||||
this.STK_CMD_SEND_DATA = 0x43;
|
||||
|
||||
// STK Result code.
|
||||
// TS 11.14, clause 12.12
|
||||
|
|
Загрузка…
Ссылка в новой задаче