Home
last modified time | relevance | path

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

/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
DBatteryConsumerInfoHelper.java40 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()
DBatteryConsumerData.java49 enum ConsumerType { enum in BatteryConsumerData
372 public static ConsumerType getConsumerType(String batteryConsumerId) { in getConsumerType()
374 return ConsumerType.UID_BATTERY_CONSUMER; in getConsumerType()
376 return ConsumerType.DEVICE_POWER_COMPONENT; in getConsumerType()
DBatteryStatsViewerActivity.java218 == BatteryConsumerData.ConsumerType.DEVICE_POWER_COMPONENT) { in onBatteryStatsDataLoaded()