Searched defs:scopes (Results 1 – 10 of 10) sorted by relevance
92 final List<String> scopes = intent.getStringArrayListExtra(EXTRA_DELEGATION_SCOPES); in handleIntent() local98 private void sendScopeReportBroadcast(List<String> scopes) { in sendScopeReportBroadcast()
81 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIEnableSystemAppDelegate() local
71 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIBlockUninstallDelegate() local
99 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIPermissionGrantDelegate() local
100 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amIPackageAccessDelegate() local
193 final List<String> scopes = mDpm.getDelegatedScopes(null, packageName); in amICertInstallDelegate() local
163 final List<String> scopes = mDpm.getDelegatedScopes(null, mContext.getPackageName()); in amIAppRestrictionsDelegate() local
107 final List<String> scopes = Arrays.asList( in testDelegateReceivesScopeChangedBroadcast() local131 final List<String> scopes = Arrays.asList( in testCantDelegateToUninstalledPackage() local
113 List<String> scopes = scopeArray == null ? new ArrayList() : Arrays.asList(scopeArray); in handleIntent() local
378 final List<String> scopes = getDelegationScopes(); in testDelegation() local1937 protected void setDelegatedScopes(String packageName, List<String> scopes) in setDelegatedScopes()