Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java16258 final ComponentName profileOwnerInCallingUser = in isProfileOwnerInCallingUser() local
16260 return profileOwnerInCallingUser != null in isProfileOwnerInCallingUser()
16261 && packageName.equals(profileOwnerInCallingUser.getPackageName()); in isProfileOwnerInCallingUser()