Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java1600 UserIdentificationSetRequest request = replyToValidSetUserIdentificationRequest(); in testSetUserAssociation_responseWithWrongRequestId()
1627 UserIdentificationSetRequest request = replyToValidSetUserIdentificationRequest(); in testSetUserAssociation_notEnoughValuesOnResponse()
1667 UserIdentificationSetRequest request = replyToValidSetUserIdentificationRequest(); in testSetUserAssociation_wrongNumberOfAssociationsOnResponse()
1707 UserIdentificationSetRequest request = replyToValidSetUserIdentificationRequest(); in testSetUserAssociation_typeMismatchOnResponse()
1746 UserIdentificationSetRequest request = replyToValidSetUserIdentificationRequest(); in testSetUserAssociation_ok()
1940 private UserIdentificationSetRequest replyToValidSetUserIdentificationRequest() { in replyToValidSetUserIdentificationRequest() method in UserHalServiceTest