Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DIUserManager.aidl40 int getCredentialOwnerProfile(int userId); in getCredentialOwnerProfile() method
H A DUserManager.java5089 public int getCredentialOwnerProfile(@UserIdInt int userId) { in getCredentialOwnerProfile() method in UserManager
5091 return mService.getCredentialOwnerProfile(userId); in getCredentialOwnerProfile()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.kt371 whenever(userManager.getCredentialOwnerProfile(anyInt())).thenReturn(200)
450 whenever(userManager.getCredentialOwnerProfile(anyInt())).thenReturn(20)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialInteractor.kt59 userManager.getCredentialOwnerProfile(userId)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialInteractorImplTest.kt86 whenever(userManager.getCredentialOwnerProfile(eq(USER_ID))).thenReturn(value)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java317 mEffectiveUserId = userManager.getCredentialOwnerProfile(mConfig.mUserId); in AuthContainerView()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java5869 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()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1192 public int getCredentialOwnerProfile(@UserIdInt int userId) { in getCredentialOwnerProfile() method in UserManagerService
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java11267 return mUserManager.getCredentialOwnerProfile(effectiveUserHandle);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37211 Landroid/os/IUserManager$Stub$Proxy;->getCredentialOwnerProfile(I)I
37335 Landroid/os/IUserManager;->getCredentialOwnerProfile(I)I
40050 Landroid/os/UserManager;->getCredentialOwnerProfile(I)I