Home
last modified time | relevance | path

Searched refs:DEVICE_ADMIN_AUTHORITY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DEnforcingAdmin.java61 static final String DEVICE_ADMIN_AUTHORITY = "device_admin"; field in EnforcingAdmin
105 componentName.getPackageName(), componentName, Set.of(DEVICE_ADMIN_AUTHORITY), in createDeviceAdminEnforcingAdmin()
118 } else if (DeviceAdminAuthority.DEVICE_ADMIN_AUTHORITY.equals(authority)) { in createEnforcingAdmin()
121 Set.of(DEVICE_ADMIN_AUTHORITY), admin.getUserHandle().getIdentifier(), in createEnforcingAdmin()
126 Set.of(DEVICE_ADMIN_AUTHORITY), admin.getUserHandle().getIdentifier(), in createEnforcingAdmin()
146 if (DEVICE_ADMIN_AUTHORITY.equals(authority)) { in getParcelableAuthority()
147 return DeviceAdminAuthority.DEVICE_ADMIN_AUTHORITY; in getParcelableAuthority()
264 } else if (mAuthorities.contains(DEVICE_ADMIN_AUTHORITY)) { in getParcelableAdmin()
265 authority = DeviceAdminAuthority.DEVICE_ADMIN_AUTHORITY; in getParcelableAdmin()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminAuthority.java41 public static final DeviceAdminAuthority DEVICE_ADMIN_AUTHORITY = new DeviceAdminAuthority(); field in DeviceAdminAuthority
77 return DEVICE_ADMIN_AUTHORITY;
/frameworks/base/core/api/
Dtest-current.txt578 … field @NonNull public static final android.app.admin.DeviceAdminAuthority DEVICE_ADMIN_AUTHORITY;