Searched refs:halResponse (Results 1 – 1 of 1) sorted by relevance
1509 UserIdentificationResponse halResponse = mHal.getUserAssociation(request); in getUserIdentificationAssociation() local1510 if (halResponse == null) { in getUserIdentificationAssociation()1516 int[] values = new int[halResponse.associations.size()]; in getUserIdentificationAssociation()1518 values[i] = halResponse.associations.get(i).value; in getUserIdentificationAssociation()1522 return UserIdentificationAssociationResponse.forSuccess(values, halResponse.errorMessage); in getUserIdentificationAssociation()