Home
last modified time | relevance | path

Searched refs:halResponse (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1509 UserIdentificationResponse halResponse = mHal.getUserAssociation(request); in getUserIdentificationAssociation() local
1510 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()