Searched defs:getOwnerComponent (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1495 final ComponentName owner = getOwnerComponent(userHandle);
3070 final ComponentName owner = getOwnerComponent(userId);
9745 final ComponentName ownerAdmin = getOwnerComponent(packageName, callingUserId);
9773 private ComponentName getOwnerComponent(String packageName, int userId) { method in class:DevicePolicyManagerService
9786 private @Nullable ComponentName getOwnerComponent(int userId) { method in class:DevicePolicyManagerService

Completed in 93 milliseconds