Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNetworkTypeController.java229 mPhone.getDeviceStateMonitor().registerForPhysicalChannelConfigNotifChanged(getHandler(), in registerForAllEvents()
250 mPhone.getDeviceStateMonitor().unregisterForPhysicalChannelConfigNotifChanged(getHandler()); in unRegisterForAllEvents()
H A DPhone.java1894 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in Phone
4790 DeviceStateMonitor dsm = getDeviceStateMonitor(); in isDeviceIdle()
H A DGsmCdmaPhone.java647 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in GsmCdmaPhone
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java561 doReturn(mDeviceStateMonitor).when(mPhone).getDeviceStateMonitor(); in setUp()