Searched refs:mRecordsByType (Results 1 – 1 of 1) sorted by relevance
57 private ImmutableMap<String,ImmutableList<Record>> mRecordsByType; field in RawBatteryStats874 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()