Home
last modified time | relevance | path

Searched refs:getConsumerType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryHistEntryTest.java64 when(mockBatteryEntry.getConsumerType()) in testConstructor_contentValues_returnsExpectedResult()
DConvertUtilsTest.java81 when(mockBatteryEntry.getConsumerType()) in testConvert_returnsExpectedContentValues()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DConvertUtils.java124 Integer.valueOf(entry.getConsumerType())); in convert()
DBatteryEntry.java299 public int getConsumerType() { in getConsumerType() method in BatteryEntry