Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/
DControllerMetricsStats.java290 startCaptureBatteryLevel(); in onSatelliteEnabled()
349 public void startCaptureBatteryLevel() { in startCaptureBatteryLevel() method in ControllerMetricsStats
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DControllerMetricsStatsTest.java586 doNothing().when(mSpyControllerMetricsStats).startCaptureBatteryLevel(); in testOnSatelliteEnabled()
593 verify(mSpyControllerMetricsStats).startCaptureBatteryLevel(); in testOnSatelliteEnabled()