Home
last modified time | relevance | path

Searched defs:expectedTimestamps (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryLevelDataTest.java51 final List<Long> expectedTimestamps = in getDailyTimestamps_allDataInOneHour_returnExpectedList() local
69 final List<Long> expectedTimestamps = in getDailyTimestamps_OneHourDataPerDay_returnExpectedList() local
90 final List<Long> expectedTimestamps = in getDailyTimestamps_OneDayData_returnExpectedList() local
109 final List<Long> expectedTimestamps = in getDailyTimestamps_MultipleDaysData_returnExpectedList() local
131 final List<Long> expectedTimestamps = in getDailyTimestamps_FirstDayOneHourData_returnExpectedList() local
153 final List<Long> expectedTimestamps = in getDailyTimestamps_LastDayNoData_returnExpectedList() local
174 final List<Long> expectedTimestamps = in getDailyTimestamps_LastDayOneHourData_returnExpectedList() local
DDataProcessorTest.java441 final long[] expectedTimestamps = { in getHistoryMapWithExpectedTimestamps_returnExpectedMap() local
764 List<Long> expectedTimestamps = new ArrayList<>(); in getTimestampSlots_startWithEvenHour_returnExpectedResult() local
792 List<Long> expectedTimestamps = new ArrayList<>(); in getTimestampSlots_startWithOddHour_returnExpectedResult() local
2569 final List<Long> expectedTimestamps) { in verifyExpectedTimestampSlots()
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DApplicationExitInfoTest.java1020 int filterPid, int maxNum, List<Integer> expectedTimestamps) { in checkTimestampsAre()
1026 AppExitInfoTracker.AppExitInfoContainer container, List<Integer> expectedTimestamps) { in checkTimestampsAre()
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
H A DBatteryStatsHistoryIteratorTest.java152 Long... expectedTimestamps) { in assertIncludedEvents()
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2ReprocessCaptureTest.java608 ArrayList<Long> expectedTimestamps = new ArrayList<>(NUM_REPROCESS_CAPTURES); in testReprocessTimestamps() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DReprocessCaptureTest.java1007 ArrayList<Long> expectedTimestamps = new ArrayList<>(NUM_REPROCESS_CAPTURES); in testReprocessTimestamps() local