Searched refs:ConsumerType (Results 1 – 3 of 3) sorted by relevance
40 public BatteryConsumerData.ConsumerType consumerType;47 BatteryConsumerData.ConsumerType consumerType = BatteryConsumerData.getConsumerType( in makeBatteryConsumerInfo()71 info.consumerType = BatteryConsumerData.ConsumerType.UID_BATTERY_CONSUMER; in makeBatteryConsumerInfo()140 info.consumerType = BatteryConsumerData.ConsumerType.DEVICE_POWER_COMPONENT; in makeAggregateBatteryConsumerInfo()
49 enum ConsumerType { enum in BatteryConsumerData372 public static ConsumerType getConsumerType(String batteryConsumerId) { in getConsumerType()374 return ConsumerType.UID_BATTERY_CONSUMER; in getConsumerType()376 return ConsumerType.DEVICE_POWER_COMPONENT; in getConsumerType()
218 == BatteryConsumerData.ConsumerType.DEVICE_POWER_COMPONENT) { in onBatteryStatsDataLoaded()