Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java585 TareController tareController = mService.getTareController(); in testGetMaxJobExecutionTimeMs() local
586 spyOn(tareController); in testGetMaxJobExecutionTimeMs()
590 .when(tareController).getMaxJobExecutionTimeMsLocked(any()); in testGetMaxJobExecutionTimeMs()
618 TareController tareController = mService.getTareController(); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_disabled() local
619 spyOn(tareController); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_disabled()
623 .when(tareController).getMaxJobExecutionTimeMsLocked(any()); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_disabled()
747 TareController tareController = mService.getTareController(); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_enabled() local
748 spyOn(tareController); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_enabled()
752 .when(tareController).getMaxJobExecutionTimeMsLocked(any()); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_enabled()