Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16246 || isProfileOwnerInCallingUser(packageName); in isDeviceOrProfileOwnerInCallingUser()
16257 private boolean isProfileOwnerInCallingUser(String packageName) { in isProfileOwnerInCallingUser() method in LocalService