Searched refs:deviceOwnerUser (Results 1 – 2 of 2) sorted by relevance
471 final UserHandle deviceOwnerUser = dpm.getDeviceOwnerUser(); in checkIfPasswordQualityIsSet() local472 if (deviceOwnerUser != null) { in checkIfPasswordQualityIsSet()473 return new EnforcedAdmin(dpm.getDeviceOwnerComponentOnAnyUser(), deviceOwnerUser); in checkIfPasswordQualityIsSet()
16958 final UserHandle deviceOwnerUser = in notifyPendingSystemUpdate()16961 mContext.sendBroadcastAsUser(intent, deviceOwnerUser); in notifyPendingSystemUpdate()