Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16245 return isDeviceOwnerInCallingUser(packageName) in isDeviceOrProfileOwnerInCallingUser()
16249 private boolean isDeviceOwnerInCallingUser(String packageName) { in isDeviceOwnerInCallingUser() method in LocalService