Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java187 mPhone.getDeviceStateMonitor().registerForPhysicalChannelConfigNotifChanged(getHandler(), in registerForAllEvents()
201 mPhone.getDeviceStateMonitor().unregisterForPhysicalChannelConfigNotifChanged(getHandler()); in unRegisterForAllEvents()
DPhone.java1843 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in Phone
DGsmCdmaPhone.java602 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java514 doReturn(mDeviceStateMonitor).when(mPhone).getDeviceStateMonitor(); in setUp()