Searched refs:getCredentialOwnerProfile (Results 1 – 10 of 10) sorted by relevance
40 int getCredentialOwnerProfile(int userId); in getCredentialOwnerProfile() method
5089 public int getCredentialOwnerProfile(@UserIdInt int userId) { in getCredentialOwnerProfile() method in UserManager5091 return mService.getCredentialOwnerProfile(userId); in getCredentialOwnerProfile()
371 whenever(userManager.getCredentialOwnerProfile(anyInt())).thenReturn(200)450 whenever(userManager.getCredentialOwnerProfile(anyInt())).thenReturn(20)
59 userManager.getCredentialOwnerProfile(userId)
86 whenever(userManager.getCredentialOwnerProfile(eq(USER_ID))).thenReturn(value)
317 mEffectiveUserId = userManager.getCredentialOwnerProfile(mConfig.mUserId); in AuthContainerView()
5869 when(getServices().userManager.getCredentialOwnerProfile(userId)) in addManagedProfileForPasswordTests()6895 when(getServices().userManager.getCredentialOwnerProfile(CALLER_USER_HANDLE)) in testGetPasswordComplexity_currentUserNoPassword()6908 when(getServices().userManager.getCredentialOwnerProfile(CALLER_USER_HANDLE)) in testGetPasswordComplexity_currentUserHasPassword()6927 when(getServices().userManager.getCredentialOwnerProfile(CALLER_USER_HANDLE)) in testGetPasswordComplexity_unifiedChallengeReturnsParentUserPassword()
1192 public int getCredentialOwnerProfile(@UserIdInt int userId) { in getCredentialOwnerProfile() method in UserManagerService
11267 return mUserManager.getCredentialOwnerProfile(effectiveUserHandle);
37211 Landroid/os/IUserManager$Stub$Proxy;->getCredentialOwnerProfile(I)I37335 Landroid/os/IUserManager;->getCredentialOwnerProfile(I)I40050 Landroid/os/UserManager;->getCredentialOwnerProfile(I)I