Searched refs:VehicleStubCallbackInterface (Results 1 – 11 of 11) sorted by relevance
71 import com.android.car.VehicleStub.VehicleStubCallbackInterface;257 Map<VehicleStubCallbackInterface, List<GetVehicleStubAsyncResult>> callbackToGetResults = in deliverResult()259 Map<VehicleStubCallbackInterface, List<SetVehicleStubAsyncResult>> callbackToSetResults = in deliverResult()264 VehicleStubCallbackInterface callback = (VehicleStubCallbackInterface) args[1]; in deliverResult()291 for (VehicleStubCallbackInterface callback : callbackToGetResults.keySet()) { in deliverResult()294 for (VehicleStubCallbackInterface callback : callbackToSetResults.keySet()) { in deliverResult()375 any(VehicleStubCallbackInterface.class)); in testGetCarPropertyValuesAsync()401 any(VehicleStubCallbackInterface.class)); in testGetCarPropertyValuesAsync_multipleRequests()424 }).when(mVehicleHal).getAsync(anyList(), any(VehicleStubCallbackInterface.class)); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()508 }).when(mVehicleHal).getAsync(anyList(), any(VehicleStubCallbackInterface.class)); in testGetCarPropertyValuesAsync_normalResult()[all …]
122 @Mock private VehicleStub.VehicleStubCallbackInterface mGetVehicleStubAsyncCallback;123 @Mock private VehicleStub.VehicleStubCallbackInterface mSetVehicleStubAsyncCallback;333 any(VehicleStub.VehicleStubCallbackInterface.class));349 any(VehicleStub.VehicleStubCallbackInterface.class));362 any(VehicleStub.VehicleStubCallbackInterface.class));
119 private final VehicleStubCallbackInterface mClientCallback;126 VehicleStubCallbackInterface clientCallback, in AsyncRequestInfo()148 public VehicleStubCallbackInterface getClientCallback() { in getClientCallback()347 VehicleStubCallbackInterface getCallback) { in getAsync()354 VehicleStubCallbackInterface setCallback) { in setAsync()422 ArrayMap<VehicleStubCallbackInterface, List<Integer>> serviceRequestIdsByCallback = in onRequestsTimeout()434 VehicleStubCallbackInterface getAsyncCallback = requestInfo.getClientCallback(); in onRequestsTimeout()496 void removeRequestsForCallback(VehicleStubCallbackInterface callback) { in removeRequestsForCallback()548 protected Map<VehicleStubCallbackInterface, List<VehicleStubResultType>> mCallbackToResults;553 abstract void addErrorResult(VehicleStubCallbackInterface callback, int serviceRequestId, in addErrorResult()[all …]
202 public abstract static class VehicleStubCallbackInterface { class in VehicleStub232 VehicleStubCallbackInterface getVehicleStubAsyncCallback); in getAsync()238 VehicleStubCallbackInterface setVehicleStubAsyncCallback); in setAsync()
234 VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync()278 VehicleStubCallbackInterface setVehicleStubAsyncCallback) { in setAsync()309 VehicleStubCallbackInterface callback) { in callGetAsyncErrorCallback()315 VehicleStubCallbackInterface callback) { in callSetAsyncErrorCallback()
191 VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync()234 VehicleStubCallbackInterface setVehicleStubAsyncCallback) { in setAsync()
1754 VehicleStub.VehicleStubCallbackInterface getVehicleStubAsyncCallback) { in getAsync()1762 VehicleStub.VehicleStubCallbackInterface setVehicleStubAsyncCallback) { in setAsync()
76 import com.android.car.VehicleStub.VehicleStubCallbackInterface;453 private class VehicleStubCallback extends VehicleStubCallbackInterface {
98 private VehicleStub.VehicleStubCallbackInterface mAsyncCallback;
114 private VehicleStub.VehicleStubCallbackInterface mAsyncCallback;
63 import com.android.car.VehicleStub.VehicleStubCallbackInterface;154 private VehicleStubCallbackInterface mCallback;