Searched refs:getCredentialOwnerProfile (Results 1 – 7 of 7) sorted by relevance
37 int getCredentialOwnerProfile(int userHandle); in getCredentialOwnerProfile() method
2582 public int getCredentialOwnerProfile(@UserIdInt int userHandle) { in getCredentialOwnerProfile() method in UserManager2584 return mService.getCredentialOwnerProfile(userHandle); in getCredentialOwnerProfile()
1297 userId = um.getCredentialOwnerProfile(userId); in getEffectiveUserId()
5215 when(getServices().userManager.getCredentialOwnerProfile(DpmMockContext.CALLER_USER_HANDLE)) in testGetPasswordComplexity_currentUserNoPassword()5225 when(getServices().userManager.getCredentialOwnerProfile(DpmMockContext.CALLER_USER_HANDLE)) in testGetPasswordComplexity_currentUserHasPassword()5241 when(getServices().userManager.getCredentialOwnerProfile(DpmMockContext.CALLER_USER_HANDLE)) in testGetPasswordComplexity_unifiedChallengeReturnsParentUserPassword()
753 public int getCredentialOwnerProfile(int userHandle) { in getCredentialOwnerProfile() method in UserManagerService
8826 return mUserManager.getCredentialOwnerProfile(userHandle); in getCredentialOwner()
11777 HSPLcom/android/server/pm/UserManagerService;->getCredentialOwnerProfile(I)I