Searched refs:getUserIdentificationAssociation (Results 1 – 8 of 8) sorted by relevance
615 () -> 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()
49 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation() method
2594 () -> 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()
298 .getUserIdentificationAssociation(USER_IDENTIFICATION_ASSOCIATION_TYPE_KEY_FOB); in isAssociatedKeyFob()
984 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserManager990 mService.getUserIdentificationAssociation(types); in getUserIdentificationAssociation()
1641 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserService
703 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
2841 .getUserIdentificationAssociation(types);