Searched defs:scopes (Results 1 – 3 of 3) sorted by relevance
2893 final List<String> scopes = policy.mDelegationMap.valueAt(i); in saveSettingsLocked() local3110 List<String> scopes = policy.mDelegationMap.get(certDelegate); in loadSettingsLocked() local3123 List<String> scopes = policy.mDelegationMap.get(appRestrictionsDelegate); in loadSettingsLocked() local3176 List<String> scopes = policy.mDelegationMap.get(delegatePackage); in loadSettingsLocked() local5590 int targetSdk, List<String> scopes) { in shouldCheckIfDelegatePackageIsInstalled()5616 List<String> scopes) throws SecurityException { in setDelegatedScopes()5709 final List<String> scopes = policy.mDelegationMap.get(delegatePackage); in getDelegatedScopes() local5776 final List<String> scopes = policy.mDelegationMap.get(callerPackage); in isCallerDelegate() local5837 List<String> scopes = policy.mDelegationMap.get(delegatePackage); in setDelegatedScopePreO() local
178 … void setDelegatedScopes(in ComponentName who, in String delegatePackage, in List<String> scopes); in setDelegatedScopes()
4385 @NonNull List<String> scopes) { in setDelegatedScopes()