Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java16006 final ComponentName profileOwnerInCallingUser = in isProfileOwnerInCallingUser() local
16008 return profileOwnerInCallingUser != null in isProfileOwnerInCallingUser()
16009 && packageName.equals(profileOwnerInCallingUser.getPackageName()); in isProfileOwnerInCallingUser()