Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DQuotaControllerTest.java2100 final String unaffectedPkgName = "com.android.unaffected"; in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps() local
2103 new ComponentName(unaffectedPkgName, "foo")) in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2107 unaffectedPkgName, unaffectedUid, unaffectedJobInfo); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2122 doReturn(new ArraySet<>(new String[]{unaffectedPkgName})) in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2165 mQuotaController.getTimingSessions(SOURCE_USER_ID, unaffectedPkgName).size()); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()
2173 SOURCE_USER_ID, unaffectedPkgName, i).jobCountInRateLimitingWindow); in testIsWithinQuotaLocked_UnderDuration_UnderJobCount_MultiStateChange_SeparateApps()