Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessor.java427 final List<Long> expectedTimestampList = getTimestampSlots(rawTimestampList, currentTime); in getHistoryMapWithExpectedTimestamps()
461 static List<Long> getTimestampSlots(final List<Long> rawTimestampList, final long currentTime) { in getTimestampSlots() method in DataProcessor
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DDataProcessorTest.java747 DataProcessor.getTimestampSlots( in getTimestampSlots_emptyRawList_returnEmptyList()
2518 DataProcessor.getTimestampSlots(timestampSlots, currentTimestamp); in verifyExpectedTimestampSlots()