Home
last modified time | relevance | path

Searched defs:setValueResults (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DIAsyncPropertyResultCallback.aidl39 void onSetValueResults(in GetSetValueResultList setValueResults); in onSetValueResults()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java153 List<GetSetValueResult> setValueResults = new ArrayList<>(); in setPropertiesAsync() local
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java662 List<GetSetValueResultWrapper> setValueResults = new ArrayList<>(); in onGetAsyncResults() local
756 List<GetSetValueResultWrapper> setValueResults = new ArrayList<>(); in onSetAsyncResults() local
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java1665 List<GetSetValueResult> setValueResults = List.of( in testOnSetValueResult_onSuccessMultipleRequests() local
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java862 public void onSetValueResults(GetSetValueResultList setValueResults) { in onSetValueResults()