HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_RADIO_ON (Results 1 - 10 of 10) 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:
ImsSMSDispatcher.java 71 mCi.registerForOn(this, EVENT_RADIO_ON, null);
103 case EVENT_RADIO_ON:
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...]
ServiceStateTracker.java 156 protected static final int EVENT_RADIO_ON = 41;
PhoneBase.java 90 protected static final int EVENT_RADIO_ON = 5;
    [all...]
SMSDispatcher.java 115 protected static final int EVENT_RADIO_ON = 11;
    [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: {
CDMAPhone.java 172 mCi.registerForOn(this, EVENT_RADIO_ON, null);
232 mCi.unregisterForOn(this); //EVENT_RADIO_ON
    [all...]
  /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:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 168 mCi.registerForOn(this, EVENT_RADIO_ON, null);
222 mCi.unregisterForOn(this); //EVENT_RADIO_ON
    [all...]

Completed in 448 milliseconds