Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java446 List<TimingSession> expectedEJ = new ArrayList<>(); in testSaveTimingSession() local
465 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() local
502 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 …]