Home
last modified time | relevance | path

Searched defs:getDisallowedSystemApps (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl482 …List<String> getDisallowedSystemApps(in ComponentName admin, int userId, String provisioningAction… in getDisallowedSystemApps() method
H A DDevicePolicyManager.java14969 public @NonNull Set<String> getDisallowedSystemApps(@NonNull ComponentName admin, in getDisallowedSystemApps() method in DevicePolicyManager