Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessManager.java661 DataProcessor.getHistoryMapWithExpectedTimestamps(context, batteryHistoryMap); in getPeriodBatteryLevelData()
DDataProcessor.java143 getHistoryMapWithExpectedTimestamps(context, batteryHistoryMap); in getBatteryUsageData()
416 static Map<Long, Map<String, BatteryHistEntry>> getHistoryMapWithExpectedTimestamps( in getHistoryMapWithExpectedTimestamps() method in DataProcessor
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessorTest.java418 assertThat(DataProcessor.getHistoryMapWithExpectedTimestamps(mContext, new HashMap<>())) in getHistoryMapWithExpectedTimestamps_emptyHistoryMap_returnEmptyMap()
438 DataProcessor.getHistoryMapWithExpectedTimestamps(mContext, batteryHistoryMap); in getHistoryMapWithExpectedTimestamps_returnExpectedMap()