Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/bugreport/
DBatteryUsageLogUtilsTest.java73 assertActionCount("SCHEDULE_JOB", expectedCount); in writeLog_multipleLogs_withCorrectCounts()
74 assertActionCount("EXECUTE_JOB", 1); in writeLog_multipleLogs_withCorrectCounts()
89 assertActionCount("EXECUTE_JOB", BatteryUsageLogUtils.MAX_ENTRIES); in writeLog_overMaxEntriesLogs_withCorrectCounts()
92 private void assertActionCount(String token, int count) { in assertActionCount() method in BatteryUsageLogUtilsTest
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryOptimizeLogUtilsTest.java71 assertActionCount("LEAVE", expectedCount); in writeLog_multipleLogs_withCorrectCounts()
81 assertActionCount("RESET", BatteryOptimizeLogUtils.MAX_ENTRIES); in writeLog_overMaxEntriesLogs_withCorrectCounts()
84 private void assertActionCount(String token, int count) { in assertActionCount() method in BatteryOptimizeLogUtilsTest