Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java60 public static final int EVENT_RADIO_AVAILABLE = BASE + 1; field in DctConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneConfigurationManager.java94 phone.mCi.registerForAvailable(mHandler, Phone.EVENT_RADIO_AVAILABLE, phone); in PhoneConfigurationManager()
131 case Phone.EVENT_RADIO_AVAILABLE: in handleMessage()
DDeviceStateMonitor.java75 static final int EVENT_RADIO_AVAILABLE = 6; field in DeviceStateMonitor
270 mPhone.mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in DeviceStateMonitor()
440 case EVENT_RADIO_AVAILABLE: in handleMessage()
DCallTracker.java68 protected static final int EVENT_RADIO_AVAILABLE = 9; field in CallTracker
DPhoneSwitcher.java218 private static final int EVENT_RADIO_AVAILABLE = 108; field in PhoneSwitcher
378 mCommandsInterfaces[0].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()
1569 case EVENT_RADIO_AVAILABLE: in handleMessage()
DGsmCdmaPhone.java321 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in initOnce()
2398 case EVENT_RADIO_AVAILABLE: { in handleMessage()
DPhone.java166 protected static final int EVENT_RADIO_AVAILABLE = 1; field in Phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java120 private static final int EVENT_RADIO_AVAILABLE = 6; field in UiccController
223 mCis[i].registerForAvailable(this, EVENT_RADIO_AVAILABLE, i); in UiccController()
463 case EVENT_RADIO_AVAILABLE: in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java799 mPhone.mCi.registerForAvailable(this, DctConstants.EVENT_RADIO_AVAILABLE, null); in registerForAllEvents()
3581 case DctConstants.EVENT_RADIO_AVAILABLE: in handleMessage()