Searched refs:getEJTimingSessions (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 456 ArrayUtils.isEmpty(mQuotaController.getEJTimingSessions(0, "com.android.test"))); in testSaveTimingSession() 462 ArrayUtils.isEmpty(mQuotaController.getEJTimingSessions(0, "com.android.test"))); in testSaveTimingSession() 467 assertEquals(expectedEJ, mQuotaController.getEJTimingSessions(0, "com.android.test")); in testSaveTimingSession() 474 assertEquals(expectedEJ, mQuotaController.getEJTimingSessions(0, "com.android.test")); in testSaveTimingSession() 520 assertEquals(expectedEJ, mQuotaController.getEJTimingSessions(0, "com.android.test")); in testDeleteObsoleteSessionsLocked() 552 assertNotNull(mQuotaController.getEJTimingSessions(0, "com.android.test.remove")); in testOnAppRemovedLocked() 554 assertNotNull(mQuotaController.getEJTimingSessions(0, "com.android.test.stay")); in testOnAppRemovedLocked() 568 assertNull(mQuotaController.getEJTimingSessions(0, "com.android.test.remove")); in testOnAppRemovedLocked() 613 assertNotNull(mQuotaController.getEJTimingSessions(0, "com.android.test")); in testOnUserRemovedLocked() 615 assertNotNull(mQuotaController.getEJTimingSessions(10, "com.android.test")); in testOnUserRemovedLocked() [all …]
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | QuotaController.java | 4438 List<TimedEvent> getEJTimingSessions(int userId, String packageName) { in getEJTimingSessions() method
|