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 - 7
of
7
) 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
:
SMSDispatcher.java
115
protected static final int
EVENT_RADIO_ON
= 11;
[
all
...]
ServiceStateTracker.java
158
protected static final int
EVENT_RADIO_ON
= 41;
PhoneBase.java
89
protected static final int
EVENT_RADIO_ON
= 5;
[
all
...]
PhoneProxy.java
60
private static final int
EVENT_RADIO_ON
= 2;
80
mCommandsInterface.registerForOn(this,
EVENT_RADIO_ON
, null);
96
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 96 milliseconds