Searched refs:getConsumerType (Results 1 – 6 of 6) sorted by relevance
64 switch (getConsumerType(batteryConsumerId)) { in BatteryConsumerData()337 public static ConsumerType getConsumerType(String batteryConsumerId) { in getConsumerType() method in BatteryConsumerData
47 BatteryConsumerData.ConsumerType consumerType = BatteryConsumerData.getConsumerType( in makeBatteryConsumerInfo()
64 when(mockBatteryEntry.getConsumerType()) in testConstructor_contentValues_returnsExpectedResult()
84 when(mockBatteryEntry.getConsumerType()) in convert_returnsExpectedContentValues()
112 Integer.valueOf(entry.getConsumerType())); in convert()
299 public int getConsumerType() { in getConsumerType() method in BatteryEntry