Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DCredentialInteractor.kt62 userManager.getCredentialOwnerProfile(userId) in isStealthModeActive()
65 userManager.getProfileParent(userId)?.id ?: userManager.getCredentialOwnerProfile(userId) in isStealthModeActive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DCredentialInteractorImplTest.kt86 whenever(userManager.getCredentialOwnerProfile(eq(USER_ID))).thenReturn(value) in testCredentialOwner()
107 whenever(userManager.getCredentialOwnerProfile(eq(USER_ID))).thenReturn(value) in useCredentialOwnerWhenParentProfileIsNull()
/frameworks/base/core/java/android/os/
DIUserManager.aidl40 int getCredentialOwnerProfile(int userId); in getCredentialOwnerProfile() method
DUserManager.java5528 public int getCredentialOwnerProfile(@UserIdInt int userId) { in getCredentialOwnerProfile() method in UserManager
5530 return mService.getCredentialOwnerProfile(userId); in getCredentialOwnerProfile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.kt513 whenever(userManager.getCredentialOwnerProfile(anyInt())).thenReturn(200) in <lambda>()
591 whenever(userManager.getCredentialOwnerProfile(anyInt())).thenReturn(20) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java345 mEffectiveUserId = userManager.getCredentialOwnerProfile(mConfig.mUserId); in AuthContainerView()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5887 when(getServices().userManager.getCredentialOwnerProfile(userId)) in addManagedProfileForPasswordTests()
6913 when(getServices().userManager.getCredentialOwnerProfile(CALLER_USER_HANDLE)) in testGetPasswordComplexity_currentUserNoPassword()
6926 when(getServices().userManager.getCredentialOwnerProfile(CALLER_USER_HANDLE)) in testGetPasswordComplexity_currentUserHasPassword()
6945 when(getServices().userManager.getCredentialOwnerProfile(CALLER_USER_HANDLE)) in testGetPasswordComplexity_unifiedChallengeReturnsParentUserPassword()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1572 public int getCredentialOwnerProfile(@UserIdInt int userId) { in getCredentialOwnerProfile() method in UserManagerService
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11270 return mUserManager.getCredentialOwnerProfile(effectiveUserHandle);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt36568 Landroid/os/IUserManager$Stub$Proxy;->getCredentialOwnerProfile(I)I
36692 Landroid/os/IUserManager;->getCredentialOwnerProfile(I)I
39407 Landroid/os/UserManager;->getCredentialOwnerProfile(I)I