Searched refs:scopes (Results 1 – 12 of 12) sorted by relevance
261 final List<String> scopes = policyData.mDelegationMap.valueAt(i); in store() local264 for (String scope : scopes) { in store()535 List<String> scopes = policy.mDelegationMap.get(delegatePackage); in load() local537 if (scopes == null) { in load()538 scopes = new ArrayList<>(); in load()539 policy.mDelegationMap.put(delegatePackage, scopes); in load()542 if (!scopes.contains(scope)) { in load()543 scopes.add(scope); in load()
7077 int targetSdk, List<String> scopes) {7083 if (scopes.size() == 1 && scopes.get(0).equals(DELEGATION_CERT_INSTALL)) {7087 if (scopes.isEmpty()) {7110 final ArrayList<String> scopes = new ArrayList(new ArraySet(scopeList));7112 if (scopes.retainAll(Arrays.asList(DELEGATIONS))) {7118 if (!Collections.disjoint(scopes, DEVICE_OWNER_OR_MANAGED_PROFILE_OWNER_DELEGATIONS)) {7122 scopes, DEVICE_OWNER_OR_ORGANIZATION_OWNED_MANAGED_PROFILE_OWNER_DELEGATIONS)) {7133 getTargetSdk(who.getPackageName(), userId), scopes)) {7144 if (!scopes.isEmpty()) {7145 policy.mDelegationMap.put(delegatePackage, new ArrayList<>(scopes));[all …]
21 There are three high level "scopes" of concern in SystemUI. They all represent22 singleton scopes, but serve different purposes.
227 … void setDelegatedScopes(in ComponentName who, in String delegatePackage, in List<String> scopes); in setDelegatedScopes() argument
8357 @NonNull List<String> scopes) { in setDelegatedScopes() argument8361 mService.setDelegatedScopes(admin, delegatePackage, scopes); in setDelegatedScopes()
308 description: "Adds thread-local data to System UI's global coroutine scopes to "
194 # scopes will look different, etc.379 # will show members with their full class and namespace scopes in the
227 # scopes will look different, etc.461 # will show members with their full class and namespace scopes in the
242 # qualified scopes will look different, etc.493 # their full class and namespace scopes in the documentation. If set to YES the
260 # qualified scopes will look different, etc.521 # their full class and namespace scopes in the documentation. If set to YES, the
260 # qualified scopes will look different, etc.530 # their full class and namespace scopes in the documentation. If set to YES, the
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...