Searched defs:EVENT_RADIO_OFF_OR_NOT_AVAILABLE (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java61 private static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = 2; field in class:RuimRecords
88 p.mCM.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null);
195 case EVENT_RADIO_OFF_OR_NOT_AVAILABLE:
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCard.java78 protected static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = 3; field in class:IccCard
491 case EVENT_RADIO_OFF_OR_NOT_AVAILABLE:
H A DDataConnectionTracker.java81 protected static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = 12; field in class:DataConnectionTracker
303 case EVENT_RADIO_OFF_OR_NOT_AVAILABLE:
H A DPhoneBase.java79 protected static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = 8; field in class:PhoneBase
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java117 private static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = 2; field in class:SIMRecords
181 this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null);
494 case EVENT_RADIO_OFF_OR_NOT_AVAILABLE:

Completed in 120 milliseconds