Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java1382 UserIdentificationGetRequest request = replyToValidGetUserIdentificationRequest( in testGetUserAssociation_invalidResponse()
1390 UserIdentificationGetRequest request = replyToValidGetUserIdentificationRequest(null); in testGetUserAssociation_nullResponse()
1421 UserIdentificationGetRequest request = replyToValidGetUserIdentificationRequest( in testGetUserAssociation_wrongNumberOfAssociationsOnResponse()
1440 UserIdentificationGetRequest request = replyToValidGetUserIdentificationRequest( in testGetUserAssociation_typesOnResponseMismatchTypesOnRequest()
1459 UserIdentificationGetRequest request = replyToValidGetUserIdentificationRequest( in testGetUserAssociation_requestIdMismatch()
1478 UserIdentificationGetRequest request = replyToValidGetUserIdentificationRequest( in testGetUserAssociation_ok()
1900 private UserIdentificationGetRequest replyToValidGetUserIdentificationRequest( in replyToValidGetUserIdentificationRequest() method in UserHalServiceTest