Home
last modified time | relevance | path

Searched refs:DPC_AUTHORITY (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DEnforcingAdmin.java60 static final String DPC_AUTHORITY = "enterprise"; field in EnforcingAdmin
89 componentName.getPackageName(), componentName, Set.of(DPC_AUTHORITY), userId, in createEnterpriseEnforcingAdmin()
97 componentName.getPackageName(), componentName, Set.of(DPC_AUTHORITY), userId, in createEnterpriseEnforcingAdmin()
113 if (DpcAuthority.DPC_AUTHORITY.equals(authority)) { in createEnforcingAdmin()
116 Set.of(DPC_AUTHORITY), admin.getUserHandle().getIdentifier(), in createEnforcingAdmin()
143 if (DPC_AUTHORITY.equals(authority)) { in getParcelableAuthority()
144 return DpcAuthority.DPC_AUTHORITY; in getParcelableAuthority()
262 } else if (mAuthorities.contains(DPC_AUTHORITY)) { in getParcelableAdmin()
263 authority = DpcAuthority.DPC_AUTHORITY; in getParcelableAdmin()
DPolicyDefinition.java160 EnforcingAdmin.DPC_AUTHORITY)),
183 EnforcingAdmin.DPC_AUTHORITY)),
DDevicePolicyEngine.java1197 if (admin.hasAuthority(EnforcingAdmin.DPC_AUTHORITY)) { in updateDeviceAdminsServicesForUser()
1501 if (admin.hasAuthority(EnforcingAdmin.DPC_AUTHORITY)) { in updateDeviceAdminServiceOnPackageChanged()
1530 if (enforcingAdmin.hasAuthority(EnforcingAdmin.DPC_AUTHORITY)) { in updateDeviceAdminServiceOnPolicyAddLocked()
1559 if (enforcingAdmin.hasAuthority(EnforcingAdmin.DPC_AUTHORITY)) { in updateDeviceAdminServiceOnPolicyRemoveLocked()
DDevicePolicyManagerService.java14907 if (admin.hasAuthority(EnforcingAdmin.DPC_AUTHORITY)) { in maybeClearLockTaskPolicyLocked()
14973 if (admin.hasAuthority(EnforcingAdmin.DPC_AUTHORITY)) { in notifyLockTaskModeChanged()
/frameworks/base/core/java/android/app/admin/
DDpcAuthority.java41 public static final DpcAuthority DPC_AUTHORITY = new DpcAuthority(); field in DpcAuthority
77 return DPC_AUTHORITY;
/frameworks/base/core/api/
Dtest-current.txt673 field @NonNull public static final android.app.admin.DpcAuthority DPC_AUTHORITY;