OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVENT_RADIO_ON
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsStorageMonitor.java
47
private static final int
EVENT_RADIO_ON
= 3;
77
mCi.registerForOn(this,
EVENT_RADIO_ON
, null);
117
case
EVENT_RADIO_ON
:
ServiceStateTracker.java
154
protected static final int
EVENT_RADIO_ON
= 41;
PhoneBase.java
85
protected static final int
EVENT_RADIO_ON
= 5;
[
all
...]
PhoneProxy.java
59
private static final int
EVENT_RADIO_ON
= 2;
78
mCommandsInterface.registerForOn(this,
EVENT_RADIO_ON
, null);
94
case
EVENT_RADIO_ON
:
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java
38
private static final int
EVENT_RADIO_ON
= 3;
62
mCi.registerForOn(this,
EVENT_RADIO_ON
, null);
115
case
EVENT_RADIO_ON
: {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java
77
private static final int
EVENT_RADIO_ON
= 2;
115
ci.registerForOn(this,
EVENT_RADIO_ON
, null);
207
case
EVENT_RADIO_ON
:
Completed in 37 milliseconds