Searched refs:assertActionCount (Results 1 – 2 of 2) sorted by relevance
73 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
71 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