Searched refs:getDeviceStateMonitor (Results 1 – 5 of 5) sorted by relevance
310 mPhone.getDeviceStateMonitor().registerForPhysicalChannelConfigNotifChanged(getHandler(), in registerForAllEvents()325 mPhone.getDeviceStateMonitor().unregisterForPhysicalChannelConfigNotifChanged(getHandler()); in unRegisterForAllEvents()
2014 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in Phone4854 DeviceStateMonitor dsm = getDeviceStateMonitor(); in isDeviceIdle()
813 public DeviceStateMonitor getDeviceStateMonitor() { in getDeviceStateMonitor() method in GsmCdmaPhone
719 doReturn(mDeviceStateMonitor).when(mPhone).getDeviceStateMonitor(); in setUp()
499 mDSM = phone.getDeviceStateMonitor(); in SatelliteController()