Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java15998 final ComponentName deviceOwnerInCallingUser = in isDeviceOwnerInCallingUser() local
16001 return deviceOwnerInCallingUser != null in isDeviceOwnerInCallingUser()
16002 && packageName.equals(deviceOwnerInCallingUser.getPackageName()); in isDeviceOwnerInCallingUser()