Searched refs:getUserIdentificationAssociation (Results 1 – 12 of 12) sorted by relevance
617 () -> mMgr.getUserIdentificationAssociation(null)); in testGetUserIdentificationAssociation_nullTypes()623 () -> mMgr.getUserIdentificationAssociation(new int[] {})); in testGetUserIdentificationAssociation_emptyTypes()629 when(mService.getUserIdentificationAssociation(types)) in testGetUserIdentificationAssociation_remoteException()634 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_remoteException()643 when(mService.getUserIdentificationAssociation(types)) in testGetUserIdentificationAssociation_runtimeException()648 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_runtimeException()659 when(mService.getUserIdentificationAssociation(types)).thenReturn(expectedResponse); in testGetUserIdentificationAssociation_ok()662 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_ok()
49 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation() method
2523 () -> mCarUserService.getUserIdentificationAssociation(null)); in testGetUserIdentificationAssociation_nullTypes()2529 () -> mCarUserService.getUserIdentificationAssociation(new int[] {})); in testGetUserIdentificationAssociation_emptyTypes()2536 () -> mCarUserService.getUserIdentificationAssociation(new int[] { 42 })); in testGetUserIdentificationAssociation_noPermission()2543 () -> mCarUserService.getUserIdentificationAssociation(new int[] { 42 })); in testGetUserIdentificationAssociation_noSuchUser()2551 .getUserIdentificationAssociation(new int[] { 108 }); in testGetUserIdentificationAssociation_service_returnNull()2563 .getUserIdentificationAssociation(new int[] { }); in testGetUserIdentificationAssociation_halNotSupported()2580 .getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_ok()
298 .getUserIdentificationAssociation(USER_IDENTIFICATION_ASSOCIATION_TYPE_KEY_FOB); in isAssociatedKeyFob()
985 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserManager991 mService.getUserIdentificationAssociation(types); in getUserIdentificationAssociation()
1566 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserService
594 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
585 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
688 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
664 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
2721 .getUserIdentificationAssociation(types);
477 …IRAMISU_0 @hiddenOnly UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…