Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java135 List<GetSetValueResult> getValueResults = new ArrayList<>(); in getPropertiesAsync() local
139 getValueResults.add(GetSetValueResult.newGetValueResult( in getPropertiesAsync()
144 asyncPropertyResultCallback.onGetValueResults(new GetSetValueResultList(getValueResults)); in getPropertiesAsync()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DIAsyncPropertyResultCallback.aidl30 void onGetValueResults(in GetSetValueResultList getValueResults); in onGetValueResults() argument
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java658 List<GetSetValueResultWrapper> getValueResults = new ArrayList<>(); in onGetAsyncResults() local
691 getValueResults.add(new GetSetValueResultWrapper(result, in onGetAsyncResults()
743 sendGetValueResults(getValueResults); in onGetAsyncResults()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java856 public void onGetValueResults(GetSetValueResultList getValueResults) { in onGetValueResults() argument
858 getValueResults.getList(), mGetPropertyResultCallback); in onGetValueResults()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1173 List<GetSetValueResult> getValueResults = List.of( in testOnGetValueResult_onSuccessMultipleRequests() local
1178 new GetSetValueResultList(getValueResults)); in testOnGetValueResult_onSuccessMultipleRequests()