Home
last modified time | relevance | path

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

/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal61 * unaffected.
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java2105 JobStatus unaffected = createJobStatus( in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps() local
2108 setStandbyBucket(FREQUENT_INDEX, unaffected); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2128 mQuotaController.maybeStartTrackingJobLocked(unaffected, null); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2129 mQuotaController.prepareForExecutionLocked(unaffected); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2157 mQuotaController.maybeStopTrackingJobLocked(unaffected, null); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2159 assertTrue(mQuotaController.isWithinQuotaLocked(unaffected)); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2160 assertTrue(unaffected.isReady()); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()