Searched defs:EVENT_RADIO_ON (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsStorageMonitor.java47 private static final int EVENT_RADIO_ON = 3; field in class:SmsStorageMonitor
77 mCi.registerForOn(this, EVENT_RADIO_ON, null);
117 case EVENT_RADIO_ON:
H A DSMSDispatcher.java115 protected static final int EVENT_RADIO_ON = 11; field in class:SMSDispatcher
H A DServiceStateTracker.java158 protected static final int EVENT_RADIO_ON = 41; field in class:ServiceStateTracker
H A DPhoneProxy.java60 private static final int EVENT_RADIO_ON = 2; field in class:PhoneProxy
80 mCommandsInterface.registerForOn(this, EVENT_RADIO_ON, null);
96 case EVENT_RADIO_ON:
H A DPhoneBase.java89 protected static final int EVENT_RADIO_ON = 5; field in class:PhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java38 private static final int EVENT_RADIO_ON = 3; field in class:CdmaSubscriptionSourceManager
62 mCi.registerForOn(this, EVENT_RADIO_ON, null);
115 case EVENT_RADIO_ON: {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java77 private static final int EVENT_RADIO_ON = 2; field in class:IccCardProxy
115 ci.registerForOn(this,EVENT_RADIO_ON, null);
207 case EVENT_RADIO_ON:

Completed in 318 milliseconds