Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DCarUserService.java1584 UserIdentificationResponse halResponse = mHal.getUserAssociation(request); in getUserIdentificationAssociation() local
1585 if (halResponse == null) { in getUserIdentificationAssociation()
1591 int[] values = new int[halResponse.associations.size()]; in getUserIdentificationAssociation()
1593 values[i] = halResponse.associations.get(i).value; in getUserIdentificationAssociation()
1597 return UserIdentificationAssociationResponse.forSuccess(values, halResponse.errorMessage); in getUserIdentificationAssociation()