Home
last modified time | relevance | path

Searched refs:mPercentOfTotal (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistEntry.java62 public final double mPercentOfTotal; field in BatteryHistEntry
88 mPercentOfTotal = getDouble(values, KEY_PERCENT_OF_TOTAL); in BatteryHistEntry()
109 mPercentOfTotal = getDouble(cursor, KEY_PERCENT_OF_TOTAL); in BatteryHistEntry()
138 mPercentOfTotal = fromEntry.mPercentOfTotal; in BatteryHistEntry()
197 mPercentOfTotal, mTotalPower, mConsumePower, in toString()
DBatteryDiffEntry.java55 private double mPercentOfTotal; field in BatteryDiffEntry
84 mPercentOfTotal = totalConsumePower == 0 in setTotalConsumePower()
90 return mPercentOfTotal; in getPercentOfTotal()
330 mPercentOfTotal, mConsumePower, mTotalConsumePower)) in toString()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryHistEntryTest.java195 newEntry, 3, upperHistEntry.mPercentOfTotal, in testInterpolate_returnExpectedResult()
229 newEntry, 3, upperHistEntry.mPercentOfTotal, in testInterpolate_withoutLowerEntryData_returnExpectedResult()
286 assertThat(entry.mPercentOfTotal).isEqualTo(percentOfTotal); in assertBatteryHistEntry()