Searched refs:getProfileParentId (Results 1 – 13 of 13) sorted by relevance
74 watcherForCaller.acquire(token, tag, mInjector.getProfileParentId(userId)); in disableKeyguard()79 watcherForCaller.release(token, mInjector.getProfileParentId(userId)); in reenableKeyguard()139 public int getProfileParentId(int userId) { in create() method in KeyguardDisableHandler140 return userManager.getProfileParentId(userId); in create()155 int getProfileParentId(int userId);
209 public abstract int getProfileParentId(int userId); in getProfileParentId() method in UserManagerInternal
38 int getProfileParentId(int userHandle); in getProfileParentId() method
72 public int getProfileParentId(int userId) { in setUp()
846 ? sUserManagerInternal.getProfileParentId(mCurrentUserId) : mCurrentUserId; in putString()867 ? sUserManagerInternal.getProfileParentId(mCurrentUserId) : mCurrentUserId; in putInt()1328 final int parentUserId = userManagerInternal.getProfileParentId(userId); in resolveUserId()1357 ? sourceUserId : userManagerInternal.getProfileParentId(sourceUserId); in resolveUserId()
1049 ? senderUserId : mUserManagerInternal.getProfileParentId(senderUserId); in onReceive()
189 parentUserId = mService.getProfileParentId(userHandle.getIdentifier()); in buildNotification()
2667 int affectedUserHandle = parent ? getProfileParentId(userHandle) : userHandle; in setExpirationAlarmCheckLocked()4340 final int affectedUserId = parent ? getProfileParentId(userId) : userId; in setPasswordHistoryLength()4381 final int affectedUserId = parent ? getProfileParentId(userHandle) : userHandle; in setPasswordExpirationTimeout()4793 final int targetUser = getProfileParentId(userHandle); in isProfileActivePasswordSufficientForParent()4915 final int affectedUserId = parent ? getProfileParentId(userId) : userId; in setMaximumFailedPasswordsForWipe()5284 final int affectedUserId = parent ? getProfileParentId(userHandle) : userHandle; in setMaximumTimeToLock()5300 final int parentId = getProfileParentId(userId); in updateMaximumTimeToLockLocked()5510 parent ? getProfileParentId(callingUserId) : callingUserId; in lockNow()5585 isSecure |= mLockPatternUtils.isSecure(getProfileParentId(userInfo.id)); in removeCaApprovalsIfNeeded()7699 final int affectedUserId = parent ? getProfileParentId(userHandle) : userHandle; in setKeyguardDisabledFeatures()[all …]
843 public int getProfileParentId(int userHandle) { in getProfileParentId() method in UserManagerService845 return mLocalService.getProfileParentId(userHandle); in getProfileParentId()4381 public int getProfileParentId(int userId) { in getProfileParentId() method in UserManagerService.LocalService
3556 return mUserManagerInternal.getProfileParentId(userId); in getParentOrSelfUserId()
815 when(mMockUserManagerInternal.getProfileParentId(anyInt())) in setUp()
6287 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getProfileParentId(I)I11744 PLcom/android/server/pm/UserManagerService$LocalService;->getProfileParentId(I)I
51096 Landroid/os/IUserManager$Stub$Proxy;->getProfileParentId(I)I51219 Landroid/os/IUserManager;->getProfileParentId(I)I53982 Landroid/os/UserManagerInternal;->getProfileParentId(I)I