Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DRawBatteryStats.java57 private ImmutableMap<String,ImmutableList<Record>> mRecordsByType; field in RawBatteryStats
874 final List<Record> list = mRecordsByType.get(cl.getName()); in getSingle()
893 final List<Record> list = mRecordsByType.get(cl.getName()); in getSingle()
911 final List<Record> list = mRecordsByType.get(cl.getName()); in getMultiple()
1072 mRecordsByType = ImmutableMap.copyOf(result); in indexRecords()