Home
last modified time | relevance | path

Searched defs:scopes (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DDelegatedScopesReceiverActivity.java92 final List<String> scopes = intent.getStringArrayListExtra(EXTRA_DELEGATION_SCOPES); in handleIntent() local
98 private void sendScopeReportBroadcast(List<String> scopes) { in sendScopeReportBroadcast()
DEnableSystemAppDelegateTest.java81 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIEnableSystemAppDelegate() local
DBlockUninstallDelegateTest.java71 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIBlockUninstallDelegate() local
DPermissionGrantDelegateTest.java99 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIPermissionGrantDelegate() local
DPackageAccessDelegateTest.java100 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIPackageAccessDelegate() local
DCertInstallDelegateTest.java193 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amICertInstallDelegate() local
DAppRestrictionsDelegateTest.java163 final List<String> scopes = mDpm.getDelegatedScopes(null, mContext.getPackageName()); in amIAppRestrictionsDelegate() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java107 final List<String> scopes = Arrays.asList( in testDelegateReceivesScopeChangedBroadcast() local
131 final List<String> scopes = Arrays.asList( in testCantDelegateToUninstalledPackage() local
DSetPolicyActivity.java113 List<String> scopes = scopeArray == null ? new ArrayList() : Arrays.asList(scopeArray); in handleIntent() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java378 final List<String> scopes = getDelegationScopes(); in testDelegation() local
1937 protected void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes()