Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java615 () -> mMgr.getUserIdentificationAssociation(null)); in testGetUserIdentificationAssociation_nullTypes()
621 () -> mMgr.getUserIdentificationAssociation(new int[] {})); in testGetUserIdentificationAssociation_emptyTypes()
627 when(mService.getUserIdentificationAssociation(types)) in testGetUserIdentificationAssociation_remoteException()
632 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_remoteException()
641 when(mService.getUserIdentificationAssociation(types)) in testGetUserIdentificationAssociation_runtimeException()
646 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_runtimeException()
657 when(mService.getUserIdentificationAssociation(types)).thenReturn(expectedResponse); in testGetUserIdentificationAssociation_ok()
660 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_ok()
/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl49 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2594 () -> mCarUserService.getUserIdentificationAssociation(null)); in testGetUserIdentificationAssociation_nullTypes()
2600 () -> mCarUserService.getUserIdentificationAssociation(new int[] {})); in testGetUserIdentificationAssociation_emptyTypes()
2607 () -> mCarUserService.getUserIdentificationAssociation(new int[] { 42 })); in testGetUserIdentificationAssociation_noPermission()
2614 () -> mCarUserService.getUserIdentificationAssociation(new int[] { 42 })); in testGetUserIdentificationAssociation_noSuchUser()
2622 .getUserIdentificationAssociation(new int[] { 108 }); in testGetUserIdentificationAssociation_service_returnNull()
2634 .getUserIdentificationAssociation(new int[] { }); in testGetUserIdentificationAssociation_halNotSupported()
2651 .getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_ok()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUserFragment.java298 .getUserIdentificationAssociation(USER_IDENTIFICATION_ASSOCIATION_TYPE_KEY_FOB); in isAssociatedKeyFob()
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java984 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserManager
990 mService.getUserIdentificationAssociation(types); in getUserIdentificationAssociation()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1641 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserService
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt703 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java2841 .getUserIdentificationAssociation(types);