Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java2116 JobStatus fgStateChanger = createJobStatus( in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps() local
2119 setStandbyBucket(ACTIVE_INDEX, fgStateChanger); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2131 mQuotaController.maybeStartTrackingJobLocked(fgStateChanger, null); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2132 mQuotaController.prepareForExecutionLocked(fgStateChanger); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2140 mQuotaController.maybeStopTrackingJobLocked(fgStateChanger, null); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2146 mQuotaController.maybeStartTrackingJobLocked(fgStateChanger, null); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2147 mQuotaController.prepareForExecutionLocked(fgStateChanger); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2155 mQuotaController.maybeStopTrackingJobLocked(fgStateChanger, null); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2161 assertFalse(mQuotaController.isWithinQuotaLocked(fgStateChanger)); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2162 assertFalse(fgStateChanger.isReady()); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()