Home
last modified time | relevance | path

Searched defs:getPropertyServiceRequests (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java389 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = new ArrayList<>(); in testGetCarPropertyValuesAsync_multipleRequests() local
457 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = mock(List.class); in testGetCarPropertyValuesAsync_linkToDeath() local
474 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = mock(List.class); in testGetCarPropertyValuesAsync_binderDiedBeforeLinkToDeath() local
488 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = mock(List.class); in testGetCarPropertyValuesAsync_unlinkToDeath_onBinderDied() local
780 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = new ArrayList<>(); in testGetCarPropertyValuesAsync_multipleResultsSameCall() local
829 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = new ArrayList<>(); in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls() local
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java1019 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = in getPropertiesAsync() local
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1159 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = in testOnGetValueResult_onSuccessMultipleRequests() local
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java3096 List<AsyncPropertyServiceRequest> getPropertyServiceRequests = new ArrayList<>( in getPropertiesAsync() local