Searched refs:DEVICE_ADMIN_AUTHORITY (Results 1 – 3 of 3) sorted by relevance
61 static final String DEVICE_ADMIN_AUTHORITY = "device_admin"; field in EnforcingAdmin105 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()
41 public static final DeviceAdminAuthority DEVICE_ADMIN_AUTHORITY = new DeviceAdminAuthority(); field in DeviceAdminAuthority77 return DEVICE_ADMIN_AUTHORITY;
578 … field @NonNull public static final android.app.admin.DeviceAdminAuthority DEVICE_ADMIN_AUTHORITY;