Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1885 int affectedUserHandle = parent ? getProfileParentId(userHandle) : userHandle; in setExpirationAlarmCheckLocked()
2712 parentUserId = getProfileParentId(userHandle.getIdentifier()); in manageNotification()
3653 int targetUser = getProfileParentId(userHandle); in isProfileActivePasswordSufficientForParent()
4079 DevicePolicyData policy = getUserDataUnchecked(getProfileParentId(userHandle)); in updateMaximumTimeToLockLocked()
4263 isSecure |= mLockPatternUtils.isSecure(getProfileParentId(userInfo.id)); in removeCaApprovalsIfNeeded()
6338 private int getProfileParentId(int userHandle) { in getProfileParentId() method in DevicePolicyManagerService
7407 int parentUserId = getProfileParentId(userId); in enableSystemApp()
7436 int parentUserId = getProfileParentId(userId); in enableSystemAppWithIntent()