Home
last modified time | relevance | path

Searched refs:getUserIdentificationAssociation (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DCarUserManagerUnitTest.java425 () -> mMgr.getUserIdentificationAssociation(null)); in testGetUserIdentificationAssociation_nullTypes()
431 () -> mMgr.getUserIdentificationAssociation(new int[] {})); in testGetUserIdentificationAssociation_emptyTypes()
437 when(mService.getUserIdentificationAssociation(types)) in testGetUserIdentificationAssociation_remoteException()
442 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_remoteException()
451 when(mService.getUserIdentificationAssociation(types)) in testGetUserIdentificationAssociation_runtimeException()
456 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_runtimeException()
467 when(mService.getUserIdentificationAssociation(types)).thenReturn(expectedResponse); in testGetUserIdentificationAssociation_ok()
470 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_ok()
H A DCarUserServiceTest.java1986 () -> mCarUserService.getUserIdentificationAssociation(null)); in testGetUserIdentificationAssociation_nullTypes()
1992 () -> mCarUserService.getUserIdentificationAssociation(new int[] {})); in testGetUserIdentificationAssociation_emptyTypes()
1999 () -> mCarUserService.getUserIdentificationAssociation(new int[] { 42 })); in testGetUserIdentificationAssociation_noPermission()
2006 () -> mCarUserService.getUserIdentificationAssociation(new int[] { 42 })); in testGetUserIdentificationAssociation_noSuchUser()
2014 .getUserIdentificationAssociation(new int[] { 108 }); in testGetUserIdentificationAssociation_service_returnNull()
2026 .getUserIdentificationAssociation(new int[] { }); in testGetUserIdentificationAssociation_halNotSupported()
2043 .getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_ok()
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DICarUserService.aidl45 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation() method
/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/user/
H A DCarUserManagerPermissionTest.java147 () -> mCarUserManager.getUserIdentificationAssociation(CUSTOM_1)); in testGetUserIdentificationAssociationPermission()
/aosp12/packages/services/Car/car-lib/src/android/car/user/
H A DCarUserManager.java646 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserManager
652 mService.getUserIdentificationAssociation(types); in getUserIdentificationAssociation()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
H A DUserFragment.java282 .getUserIdentificationAssociation(KEY_FOB); in isAssociatedKeyFob()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarShellCommand.java1698 .getUserIdentificationAssociation(types);
/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DCarUserService.java1562 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method