Searched refs:EVENT_RADIO_AVAILABLE (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | DctConstants.java | 60 public static final int EVENT_RADIO_AVAILABLE = BASE + 1; field in DctConstants
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneConfigurationManager.java | 94 phone.mCi.registerForAvailable(mHandler, Phone.EVENT_RADIO_AVAILABLE, phone); in PhoneConfigurationManager() 131 case Phone.EVENT_RADIO_AVAILABLE: in handleMessage()
|
D | DeviceStateMonitor.java | 75 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()
|
D | CallTracker.java | 68 protected static final int EVENT_RADIO_AVAILABLE = 9; field in CallTracker
|
D | PhoneSwitcher.java | 218 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()
|
D | GsmCdmaCallTracker.java | 158 mCi.registerForOn(this, EVENT_RADIO_AVAILABLE, null); in GsmCdmaCallTracker() 1569 case EVENT_RADIO_AVAILABLE: in handleMessage()
|
D | GsmCdmaPhone.java | 321 mCi.registerForAvailable(this, EVENT_RADIO_AVAILABLE, null); in initOnce() 2398 case EVENT_RADIO_AVAILABLE: { in handleMessage()
|
D | Phone.java | 166 protected static final int EVENT_RADIO_AVAILABLE = 1; field in Phone
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 120 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/ |
D | DcTracker.java | 799 mPhone.mCi.registerForAvailable(this, DctConstants.EVENT_RADIO_AVAILABLE, null); in registerForAllEvents() 3581 case DctConstants.EVENT_RADIO_AVAILABLE: in handleMessage()
|