Searched refs:halResponse (Results 1 – 1 of 1) sorted by relevance
1590 UserIdentificationResponse halResponse = mHal.getUserAssociation(request); in getUserIdentificationAssociation() local1591 if (halResponse == null) { in getUserIdentificationAssociation()1597 int[] values = new int[halResponse.associations.length]; in getUserIdentificationAssociation()1599 values[i] = halResponse.associations[i].value; in getUserIdentificationAssociation()1603 return UserIdentificationAssociationResponse.forSuccess(values, halResponse.errorMessage); in getUserIdentificationAssociation()