mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1067629
- Part 5: Deprecate GECKO_RADIOSTATE_ENABLING and GECKO_RADIOSTATE_DISABLING (ril_consts.js). r=aknow
This commit is contained in:
parent
402e1db327
commit
6e9087fc50
@ -2590,10 +2590,8 @@ this.CALL_FAIL_ERROR_UNSPECIFIED = 0xffff;
|
||||
|
||||
// See nsIMobileConnection::MOBILE_RADIO_STATE_*
|
||||
this.GECKO_RADIOSTATE_UNKNOWN = -1;
|
||||
this.GECKO_RADIOSTATE_ENABLING = 0;
|
||||
this.GECKO_RADIOSTATE_ENABLED = 1;
|
||||
this.GECKO_RADIOSTATE_DISABLING = 2;
|
||||
this.GECKO_RADIOSTATE_DISABLED = 3;
|
||||
this.GECKO_RADIOSTATE_ENABLED = 0;
|
||||
this.GECKO_RADIOSTATE_DISABLED = 1;
|
||||
|
||||
// Only used in ril_worker.js
|
||||
this.GECKO_CARDSTATE_UNINITIALIZED = 4294967294; // UINT32_MAX - 1
|
||||
|
Loading…
Reference in New Issue
Block a user