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
48
private static final int
EVENT_RADIO_ON
= 3;
82
mCi.registerForOn(this,
EVENT_RADIO_ON
, null);
122
case
EVENT_RADIO_ON
:
SMSDispatcher.java
123
protected static final int
EVENT_RADIO_ON
= 11;
[
all
...]
ServiceStateTracker.java
161
protected static final int
EVENT_RADIO_ON
= 41;
[
all
...]
PhoneProxy.java
66
private static final int
EVENT_RADIO_ON
= 2;
86
mCommandsInterface.registerForOn(this,
EVENT_RADIO_ON
, null);
106
case
EVENT_RADIO_ON
:
[
all
...]
PhoneBase.java
120
protected static final int
EVENT_RADIO_ON
= 5;
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java
38
private static final int
EVENT_RADIO_ON
= 3;
66
mCi.registerForOn(this,
EVENT_RADIO_ON
, null);
121
case
EVENT_RADIO_ON
: {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java
86
private static final int
EVENT_RADIO_ON
= 2;
133
ci.registerForOn(this,
EVENT_RADIO_ON
, null);
237
case
EVENT_RADIO_ON
:
[
all
...]
Completed in 69 milliseconds