Searched refs:getUserIdentificationAssociation (Results 1 – 8 of 8) sorted by relevance
425 () -> 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()
1986 () -> 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()
45 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation() method
147 () -> mCarUserManager.getUserIdentificationAssociation(CUSTOM_1)); in testGetUserIdentificationAssociationPermission()
646 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserManager652 mService.getUserIdentificationAssociation(types); in getUserIdentificationAssociation()
282 .getUserIdentificationAssociation(KEY_FOB); in isAssociatedKeyFob()
1698 .getUserIdentificationAssociation(types);
1562 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method