Searched refs:totalBatteryChargedTimeSec (Results 1 – 5 of 5) sorted by relevance
443 public Builder setTotalBatteryChargedTimeSec(int totalBatteryChargedTimeSec) { in setTotalBatteryChargedTimeSec() argument444 this.mTotalBatteryChargedTimeSec = totalBatteryChargedTimeSec; in setTotalBatteryChargedTimeSec()2165 proto.totalBatteryChargedTimeSec = param.getTotalBatteryChargedTimeSec(); in onSatelliteControllerMetrics()
752 atom.totalBatteryChargedTimeSec in addSatelliteControllerStats()753 += stats.totalBatteryChargedTimeSec; in addSatelliteControllerStats()
1466 satelliteController.totalBatteryChargedTimeSec, in buildStatsEvent()
146 stats.totalBatteryChargedTimeSec); in onSatelliteControllerMetrics_withAtoms()
1140 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()