HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_RADIO_ON (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsStorageMonitor.java 47 private static final int EVENT_RADIO_ON = 3;
77 mCm.registerForOn(this, EVENT_RADIO_ON, null);
117 case EVENT_RADIO_ON:
IccCardProxy.java 68 private static final int EVENT_RADIO_ON = 2;
106 ci.registerForOn(this,EVENT_RADIO_ON, null);
197 case EVENT_RADIO_ON:
ServiceStateTracker.java 152 protected static final int EVENT_RADIO_ON = 41;
PhoneBase.java 88 protected static final int EVENT_RADIO_ON = 5;
    [all...]
PhoneProxy.java 60 private static final int EVENT_RADIO_ON = 2;
79 mCommandsInterface.registerForOn(this, EVENT_RADIO_ON, null);
95 case EVENT_RADIO_ON:
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 40 private static final int EVENT_RADIO_ON = 3;
64 mCM.registerForOn(this, EVENT_RADIO_ON, null);
117 case EVENT_RADIO_ON: {

Completed in 945 milliseconds