Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16250 final ComponentName deviceOwnerInCallingUser = in isDeviceOwnerInCallingUser() local
16253 return deviceOwnerInCallingUser != null in isDeviceOwnerInCallingUser()
16254 && packageName.equals(deviceOwnerInCallingUser.getPackageName()); in isDeviceOwnerInCallingUser()