Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DControllerMetricsStatsTest.java103 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in testReportServiceEnablementSuccessCount()
129 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in testReportServiceEnablementFailCount()
159 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in testReportOutgoingDatagramSuccessCount()
191 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in testReportOutgoingDatagramSuccessCount()
222 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in testReportOutgoingDatagramSuccessCount()
260 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in reportOutgoingDatagramFailCount()
292 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in reportOutgoingDatagramFailCount()
323 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in reportOutgoingDatagramFailCount()
359 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in testReportIncomingDatagramCount()
390 assertEquals(0, mTestStats.mTotalBatteryChargedTimeSec); in testReportIncomingDatagramCount()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSatelliteStats.java82 private final int mTotalBatteryChargedTimeSec; field in SatelliteStats.SatelliteControllerParams
116 this.mTotalBatteryChargedTimeSec = builder.mTotalBatteryChargedTimeSec; in SatelliteControllerParams()
206 return mTotalBatteryChargedTimeSec; in getTotalBatteryChargedTimeSec()
273 private int mTotalBatteryChargedTimeSec = 0; field in SatelliteStats.SatelliteControllerParams.Builder
444 this.mTotalBatteryChargedTimeSec = totalBatteryChargedTimeSec; in setTotalBatteryChargedTimeSec()
592 + ", batteryChargedTimeSec=" + mTotalBatteryChargedTimeSec in toString()