Home
last modified time | relevance | path

Searched refs:totalBatteryChargedTimeSec (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DSatelliteStats.java443 public Builder setTotalBatteryChargedTimeSec(int totalBatteryChargedTimeSec) { in setTotalBatteryChargedTimeSec() argument
444 this.mTotalBatteryChargedTimeSec = totalBatteryChargedTimeSec; in setTotalBatteryChargedTimeSec()
2165 proto.totalBatteryChargedTimeSec = param.getTotalBatteryChargedTimeSec(); in onSatelliteControllerMetrics()
DPersistAtomsStorage.java752 atom.totalBatteryChargedTimeSec in addSatelliteControllerStats()
753 += stats.totalBatteryChargedTimeSec; in addSatelliteControllerStats()
DMetricsCollector.java1466 satelliteController.totalBatteryChargedTimeSec, in buildStatsEvent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DSatelliteStatsTest.java146 stats.totalBatteryChargedTimeSec); in onSatelliteControllerMetrics_withAtoms()
DPersistAtomsStorageTest.java1140 mSatelliteController1.totalBatteryChargedTimeSec = 60 * 60 * 3 * 1; in generateTestSatelliteData()
1167 mSatelliteController2.totalBatteryChargedTimeSec = 60 * 60 * 3; in generateTestSatelliteData()
4397 expected.totalBatteryChargedTimeSec = in addSatelliteControllerStats_withExistingEntries()
4398 mSatelliteController1.totalBatteryChargedTimeSec in addSatelliteControllerStats_withExistingEntries()
4399 + mSatelliteController2.totalBatteryChargedTimeSec; in addSatelliteControllerStats_withExistingEntries()
5814 assertEquals(tested[0].totalBatteryChargedTimeSec, in assertHasStats()
5815 expectedStats.totalBatteryChargedTimeSec); in assertHasStats()