Searched refs:EVENT_RADIO_ON (Results 1 - 10 of 10) 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 DImsSMSDispatcher.java69 mCi.registerForOn(this, EVENT_RADIO_ON, null);
103 case EVENT_RADIO_ON:
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 DServiceStateTracker.java156 protected static final int EVENT_RADIO_ON = 41; field in class:ServiceStateTracker
H A DPhoneBase.java89 protected static final int EVENT_RADIO_ON = 5; field in class:PhoneBase
H A DSMSDispatcher.java115 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
62 mCi.registerForOn(this, EVENT_RADIO_ON, null);
115 case EVENT_RADIO_ON: {
H A DCDMAPhone.java171 mCi.registerForOn(this, EVENT_RADIO_ON, null);
233 mCi.unregisterForOn(this); //EVENT_RADIO_ON
1132 case EVENT_RADIO_ON:{
1133 Rlog.d(LOG_TAG, "Event EVENT_RADIO_ON Received");
/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:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java165 mCi.registerForOn(this, EVENT_RADIO_ON, null);
219 mCi.unregisterForOn(this); //EVENT_RADIO_ON
1247 case EVENT_RADIO_ON:

Completed in 158 milliseconds