Home
last modified time | relevance | path

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

/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/
DPhoneConfigurationManager.java105 phone.mCi.registerForAvailable(mHandler, Phone.EVENT_RADIO_AVAILABLE, phone); in PhoneConfigurationManager()
142 case Phone.EVENT_RADIO_AVAILABLE: in handleMessage()
DDeviceStateMonitor.java81 static final int EVENT_RADIO_AVAILABLE = 6; field in DeviceStateMonitor
307 mPhone.mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in DeviceStateMonitor()
453 case EVENT_RADIO_AVAILABLE: in handleMessage()
DCallTracker.java67 protected static final int EVENT_RADIO_AVAILABLE = 9; field in CallTracker
DPhoneSwitcher.java237 private static final int EVENT_RADIO_AVAILABLE = 108; field in PhoneSwitcher
375 PhoneFactory.getPhone(0).mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in PhoneSwitcher()
490 case EVENT_RADIO_AVAILABLE: { in handleMessage()
DGsmCdmaCallTracker.java158 mCi.registerForOn(this, EVENT_RADIO_AVAILABLE, null); in GsmCdmaCallTracker()
1596 case EVENT_RADIO_AVAILABLE: in handleMessage()
DGsmCdmaPhone.java356 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in initOnce()
2678 case EVENT_RADIO_AVAILABLE: { in handleMessage()
DPhone.java146 protected static final int EVENT_RADIO_AVAILABLE = 1; field in Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java126 private static final int EVENT_RADIO_AVAILABLE = 6; field in UiccController
242 mCis[i].registerForAvailable(this, EVENT_RADIO_AVAILABLE, i); in UiccController()
490 case EVENT_RADIO_AVAILABLE: in handleMessage()
573 mCis[i].registerForAvailable(this, EVENT_RADIO_AVAILABLE, i); in onMultiSimConfigChanged()
609 case EVENT_RADIO_AVAILABLE: return "RADIO_AVAILABLE"; in eventToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorGsmCdmaPhone.java99 case EVENT_RADIO_AVAILABLE: in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java293 testResetFromEvent(DeviceStateMonitor.EVENT_RADIO_AVAILABLE); in testReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java781 mPhone.mCi.registerForAvailable(this, DctConstants.EVENT_RADIO_AVAILABLE, null); in registerForAllEvents()
3645 case DctConstants.EVENT_RADIO_AVAILABLE: in handleMessage()