OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVENT_RADIO_OFF_OR_NOT_AVAILABLE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimRecords.java
64
private static final int
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
= 2;
92
p.mCM.registerForOffOrNotAvailable(this,
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
, null);
206
case
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
:
/frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java
93
protected static final int
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
= 3;
582
case
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
:
[
all
...]
DataConnectionTracker.java
109
protected static final int
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
= BASE + 6;
692
case
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
:
[
all
...]
PhoneBase.java
83
protected static final int
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
= 8;
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java
125
private static final int
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
= 2;
189
this,
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
, null);
525
case
EVENT_RADIO_OFF_OR_NOT_AVAILABLE
:
[
all
...]
Completed in 22 milliseconds