Home
last modified time | relevance | path

Searched defs:consumerType (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerInfoHelper.java40 public BatteryConsumerData.ConsumerType consumerType; field in BatteryConsumerInfoHelper.BatteryConsumerInfo
47 BatteryConsumerData.ConsumerType consumerType = BatteryConsumerData.getConsumerType( in makeBatteryConsumerInfo() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryHistEntryTest.java239 private static BatteryHistEntry createEntry(int consumerType) { in createEntry()
243 private static ContentValues getContentValuesWithType(int consumerType) { in getContentValuesWithType()
H A DBatteryDiffEntryTest.java421 int consumerType, long uid, boolean isHidden) { in createBatteryDiffEntry()
445 private static ContentValues getContentValuesWithType(int consumerType) { in getContentValuesWithType()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryExternalStatsWorker.java982 final int consumerType = tempTypeToId.keyAt(i); in populateEnergyConsumerSubsystemMapsLocked() local