Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/metrics/
DControllerMetricsStats.java279 public int captureTotalBatteryChargeTimeSec() { in captureTotalBatteryChargeTimeSec() method in ControllerMetricsStats
313 int totalBatteryChargeTime = captureTotalBatteryChargeTimeSec(); in onSatelliteDisabled()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DControllerMetricsStatsTest.java606 doReturn(0).when(mSpyControllerMetricsStats).captureTotalBatteryChargeTimeSec(); in testOnSatelliteDisabled()
614 verify(mSpyControllerMetricsStats).captureTotalBatteryChargeTimeSec(); in testOnSatelliteDisabled()