Searched defs:scopes (Results 1 – 3 of 3) sorted by relevance
2543 final List<String> scopes = policy.mDelegationMap.valueAt(i); in saveSettingsLocked() local2759 List<String> scopes = policy.mDelegationMap.get(certDelegate); in loadSettingsLocked() local2772 List<String> scopes = policy.mDelegationMap.get(appRestrictionsDelegate); in loadSettingsLocked() local2825 List<String> scopes = policy.mDelegationMap.get(delegatePackage); in loadSettingsLocked() local4952 int targetSdk, List<String> scopes) { in shouldCheckIfDelegatePackageIsInstalled()4978 List<String> scopes) throws SecurityException { in setDelegatedScopes()5071 final List<String> scopes = policy.mDelegationMap.get(delegatePackage); in getDelegatedScopes() local5138 final List<String> scopes = policy.mDelegationMap.get(callerPackage); in isCallerDelegate() local5199 List<String> scopes = policy.mDelegationMap.get(delegatePackage); in setDelegatedScopePreO() local
168 … void setDelegatedScopes(in ComponentName who, in String delegatePackage, in List<String> scopes); in setDelegatedScopes()
3844 @NonNull List<String> scopes) { in setDelegatedScopes()