Home
last modified time | relevance | path

Searched refs:mDSM (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java151 private DeviceStateMonitor mDSM; field in DeviceStateMonitorTest
164 mDSM.obtainMessage(event, stateValue, 0 /* arg2, not used*/).sendToTarget(); in updateState()
187 mDSM = new DeviceStateMonitor(mPhone, mFeatureFlags); in setUp()
199 mDSM = null; in tearDown()
352 mDSM.obtainMessage(event).sendToTarget(); in testResetFromEvent()
370 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testComputeCellInfoMinInternal()
375 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testComputeCellInfoMinInternal()
381 DeviceStateMonitor.CELL_INFO_INTERVAL_SHORT_MS, mDSM.computeCellInfoMinInterval()); in testComputeCellInfoMinInternal()
386 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testComputeCellInfoMinInternal()
392 DeviceStateMonitor.CELL_INFO_INTERVAL_SHORT_MS, mDSM.computeCellInfoMinInterval()); in testComputeCellInfoMinInternal()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java238 private final DeviceStateMonitor mDSM; field in SatelliteController
499 mDSM = phone.getDeviceStateMonitor(); in SatelliteController()
571 mDSM.registerForSignalStrengthReportDecision(this, CMD_UPDATE_NTN_SIGNAL_STRENGTH_REPORTING, in SatelliteController()