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.java188 mPhone.getDeviceStateMonitor().registerForPhysicalChannelConfigNotifChanged(getHandler(), in registerForAllEvents()
202 mPhone.getDeviceStateMonitor().unregisterForPhysicalChannelConfigNotifChanged(getHandler()); in unRegisterForAllEvents()
DPhone.java1836 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in Phone
DGsmCdmaPhone.java590 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in GsmCdmaPhone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java507 doReturn(mDeviceStateMonitor).when(mPhone).getDeviceStateMonitor(); in setUp()