Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java271 public abstract boolean isDeviceOrProfileOwnerInCallingUser(String packageName); in isDeviceOrProfileOwnerInCallingUser() method in DevicePolicyManagerInternal
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java15992 public boolean isDeviceOrProfileOwnerInCallingUser(String packageName) { in isDeviceOrProfileOwnerInCallingUser() method in LocalService