Searched refs:expectedEJ (Results 1 – 1 of 1) sorted by relevance
446 List<TimingSession> expectedEJ = new ArrayList<>(); in testSaveTimingSession() local465 expectedEJ.add(thr); in testSaveTimingSession()467 assertEquals(expectedEJ, mQuotaController.getEJTimingSessions(0, "com.android.test")); in testSaveTimingSession()472 expectedEJ.add(fou); in testSaveTimingSession()474 assertEquals(expectedEJ, mQuotaController.getEJTimingSessions(0, "com.android.test")); in testSaveTimingSession()495 List<TimedEvent> expectedEJ = new ArrayList<>(); in testDeleteObsoleteSessionsLocked() local502 expectedEJ.add(fou); in testDeleteObsoleteSessionsLocked()503 expectedEJ.add(one); in testDeleteObsoleteSessionsLocked()520 assertEquals(expectedEJ, mQuotaController.getEJTimingSessions(0, "com.android.test")); in testDeleteObsoleteSessionsLocked()603 List<TimingSession> expectedEJ = new ArrayList<>(); in testOnUserRemovedLocked() local[all …]