Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarPropertyService.java133 List<AsyncPropertyServiceRequest> asyncPropertyServiceRequestList = in getPropertiesAsync() local
136 for (int i = 0; i < asyncPropertyServiceRequestList.size(); i++) { in getPropertiesAsync()
138 asyncPropertyServiceRequestList.get(i); in getPropertiesAsync()
151 List<AsyncPropertyServiceRequest> asyncPropertyServiceRequestList = in setPropertiesAsync() local
154 for (int i = 0; i < asyncPropertyServiceRequestList.size(); i++) { in setPropertiesAsync()
156 asyncPropertyServiceRequestList.get(i); in setPropertiesAsync()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DAsyncPropertyServiceRequestList.java37 @NonNull List<AsyncPropertyServiceRequest> asyncPropertyServiceRequestList) { in AsyncPropertyServiceRequestList()
38 super(asyncPropertyServiceRequestList); in AsyncPropertyServiceRequestList()