Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java310 mPhone.getDeviceStateMonitor().registerForPhysicalChannelConfigNotifChanged(getHandler(), in registerForAllEvents()
325 mPhone.getDeviceStateMonitor().unregisterForPhysicalChannelConfigNotifChanged(getHandler()); in unRegisterForAllEvents()
DPhone.java2014 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in Phone
4854 DeviceStateMonitor dsm = getDeviceStateMonitor(); in isDeviceIdle()
DGsmCdmaPhone.java813 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java719 doReturn(mDeviceStateMonitor).when(mPhone).getDeviceStateMonitor(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java499 mDSM = phone.getDeviceStateMonitor(); in SatelliteController()