Home
last modified time | relevance | path

Searched refs:EVENT_RADIO_AVAILABLE (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioInterfaceCapabilityController.java153 mCommandsInterface.registerForAvailable(this, Phone.EVENT_RADIO_AVAILABLE, null); in register()
168 case Phone.EVENT_RADIO_AVAILABLE: in handleMessage()
DDeviceStateMonitor.java81 static final int EVENT_RADIO_AVAILABLE = 6; field in DeviceStateMonitor
297 mPhone.mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in DeviceStateMonitor()
455 case EVENT_RADIO_AVAILABLE: in handleMessage()
DPhoneConfigurationManager.java113 phone.mCi.registerForAvailable(mHandler, Phone.EVENT_RADIO_AVAILABLE, phone); in registerForRadioState()
147 case Phone.EVENT_RADIO_AVAILABLE: in handleMessage()
DCallTracker.java68 protected static final int EVENT_RADIO_AVAILABLE = 9; field in CallTracker
DGsmCdmaCallTracker.java160 mCi.registerForOn(this, EVENT_RADIO_AVAILABLE, null); in GsmCdmaCallTracker()
1639 case EVENT_RADIO_AVAILABLE: in handleMessage()
DGsmCdmaPhone.java403 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in initOnce()
2843 case EVENT_RADIO_AVAILABLE: { in handleMessage()
DPhone.java162 protected static final int EVENT_RADIO_AVAILABLE = 1; field in Phone
/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java76 public static final int EVENT_RADIO_AVAILABLE = BASE + 1; field in DctConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java127 private static final int EVENT_RADIO_AVAILABLE = 6; field in UiccController
241 mCis[i].registerForAvailable(this, EVENT_RADIO_AVAILABLE, i); in UiccController()
492 case EVENT_RADIO_AVAILABLE: in handleMessage()
575 mCis[i].registerForAvailable(this, EVENT_RADIO_AVAILABLE, i); in onMultiSimConfigChanged()
611 case EVENT_RADIO_AVAILABLE: return "RADIO_AVAILABLE"; in eventToString()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java303 testResetFromEvent(DeviceStateMonitor.EVENT_RADIO_AVAILABLE); in testReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java841 mPhone.mCi.registerForAvailable(this, DctConstants.EVENT_RADIO_AVAILABLE, null); in registerForAllEvents()
3974 case DctConstants.EVENT_RADIO_AVAILABLE: in handleMessage()