Home
last modified time | relevance | path

Searched refs:EVENT_RADIO_OFF_OR_NOT_AVAILABLE (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java87 static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = 10; field in DeviceStateMonitor
315 mPhone.mCi.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null); in DeviceStateMonitor()
484 case EVENT_RADIO_OFF_OR_NOT_AVAILABLE: in handleMessage()
523 case EVENT_RADIO_OFF_OR_NOT_AVAILABLE: in onUpdateDeviceState()
DGsmCdmaPhone.java498 mCi.registerForOffOrNotAvailable(this, EVENT_RADIO_OFF_OR_NOT_AVAILABLE, null); in initOnce()
3468 case EVENT_RADIO_OFF_OR_NOT_AVAILABLE: { in handleMessage()
DPhone.java189 public static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = 8; field in Phone
/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java78 public static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = BASE + 6; field in DctConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellBroadcastConfigTrackerTest.java411 mPhone.sendEmptyMessage(Phone.EVENT_RADIO_OFF_OR_NOT_AVAILABLE); in testClearCellBroadcastConfigOnRadioOff()