Home
last modified time | relevance | path

Searched refs:scopes (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyData.java261 final List<String> scopes = policyData.mDelegationMap.valueAt(i); in store() local
264 for (String scope : scopes) { in store()
535 List<String> scopes = policy.mDelegationMap.get(delegatePackage); in load() local
537 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()
DDevicePolicyManagerService.java7077 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 …]
/frameworks/base/packages/SystemUI/docs/
Ddagger.md21 There are three high level "scopes" of concern in SystemUI. They all represent
22 singleton scopes, but serve different purposes.
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl227 … void setDelegatedScopes(in ComponentName who, in String delegatePackage, in List<String> scopes); in setDelegatedScopes() argument
DDevicePolicyManager.java8357 @NonNull List<String> scopes) { in setDelegatedScopes() argument
8361 mService.setDelegatedScopes(admin, delegatePackage, scopes); in setDelegatedScopes()
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig308 description: "Adds thread-local data to System UI's global coroutine scopes to "
/frameworks/wilhelm/doc/
DDoxyfile194 # scopes will look different, etc.
379 # will show members with their full class and namespace scopes in the
/frameworks/native/docs/
DDoxyfile227 # scopes will look different, etc.
461 # will show members with their full class and namespace scopes in the
/frameworks/av/media/libaaudio/
DDoxyfile242 # qualified scopes will look different, etc.
493 # their full class and namespace scopes in the documentation. If set to YES the
/frameworks/av/media/codec2/docs/
Ddoxygen.config260 # qualified scopes will look different, etc.
521 # their full class and namespace scopes in the documentation. If set to YES, the
/frameworks/base/media/native/midi/include/
DDoxyfile260 # qualified scopes will look different, etc.
530 # their full class and namespace scopes in the documentation. If set to YES, the
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...