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.java1590 UserIdentificationResponse halResponse = mHal.getUserAssociation(request); in getUserIdentificationAssociation() local
1591 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()