Searched refs:EVENT_RADIO_ON (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsStorageMonitor.java48 private static final int EVENT_RADIO_ON = 3; field in class:SmsStorageMonitor
82 mCi.registerForOn(this, EVENT_RADIO_ON, null);
122 case EVENT_RADIO_ON:
H A DImsSMSDispatcher.java70 mCi.registerForOn(this, EVENT_RADIO_ON, null);
104 case EVENT_RADIO_ON:
H A DPhoneProxy.java74 private static final int EVENT_RADIO_ON = 2; field in class:PhoneProxy
95 mCommandsInterface.registerForOn(this, EVENT_RADIO_ON, null);
115 case EVENT_RADIO_ON:
H A DServiceStateTracker.java179 protected static final int EVENT_RADIO_ON = 41; field in class:ServiceStateTracker
H A DPhoneBase.java135 protected static final int EVENT_RADIO_ON = 5; field in class:PhoneBase
H A DSMSDispatcher.java126 protected static final int EVENT_RADIO_ON = 11; field in class:SMSDispatcher
/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
66 mCi.registerForOn(this, EVENT_RADIO_ON, null);
122 case EVENT_RADIO_ON: {
H A DCDMALTEPhone.java318 mCi.registerForOn(this, EVENT_RADIO_ON, null);
H A DCDMAPhone.java168 mCi.registerForOn(this, EVENT_RADIO_ON, null);
229 mCi.unregisterForOn(this); //EVENT_RADIO_ON
1284 case EVENT_RADIO_ON:{
1285 Rlog.d(LOG_TAG, "Event EVENT_RADIO_ON Received");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java79 private static final int EVENT_RADIO_ON = 2; field in class:IccCardProxy
130 ci.registerForOn(this,EVENT_RADIO_ON, null);
235 case EVENT_RADIO_ON:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java166 mCi.registerForOn(this, EVENT_RADIO_ON, null);
201 mCi.registerForOn(this, EVENT_RADIO_ON, null);
226 mCi.unregisterForOn(this); //EVENT_RADIO_ON
1458 case EVENT_RADIO_ON:

Completed in 262 milliseconds