Searched refs:callingUserId (Results 1 – 2 of 2) sorted by relevance
117 final int callingUserId = UserHandle.getUserId(uid); in isCurrentProfile() local118 if (callingUserId == currentUser) { in isCurrentProfile()124 if (user.id == callingUserId) { in isCurrentProfile()
71 final int callingUserId = Utils.getSecureTargetUser(activityToken, in create() local74 if (lockPatternUtils.isSeparateProfileChallengeAllowed(callingUserId)) { in create()75 userId = callingUserId; in create()