Home
last modified time | relevance | path

Searched defs:asyncResult (Results 1 – 11 of 11) sorted by relevance

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DRemoteDataImpl.java54 BlockingQueue<CallbackResult> asyncResult = new ArrayBlockingQueue<>(1); in get() local
108 BlockingQueue<CallbackResult> asyncResult = new ArrayBlockingQueue<>(1); in keySet() local
DEventUrlProvider.java105 BlockingQueue<CallbackResult> asyncResult = new ArrayBlockingQueue<>(1); in getUrl() local
DLogReader.java133 BlockingQueue<Bundle> asyncResult = new ArrayBlockingQueue<>(1); in handleAsyncRequest() local
DLocalDataImpl.java156 BlockingQueue<CallbackResult> asyncResult = new ArrayBlockingQueue<>(1); in handleAsyncRequest() local
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java171 private void handleNewRingingConnection(AsyncResult asyncResult) { in handleNewRingingConnection()
201 private void handleCdmaCallWaiting(AsyncResult asyncResult) { in handleCdmaCallWaiting()
232 private void handleNewUnknownConnection(AsyncResult asyncResult) { in handleNewUnknownConnection()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/
DResultCallbackHelper.java92 BlockingQueue<Integer> asyncResult = new ArrayBlockingQueue<>(1); in callHandleResult() local
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DExampleStoreServiceProvider.java90 BlockingQueue<CallbackResult> asyncResult = new ArrayBlockingQueue<>(1); in getExampleIterator() local
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/inference/
DIsolatedModelServiceImpl.java202 BlockingQueue<Bundle> asyncResult = new ArrayBlockingQueue<>(1); in fetchModel() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java651 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncMethodForSingleValue() local
676 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncMethodForSingleValueNoReadPermissionError() local
698 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncForPropNotAvailable() local
718 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncForSpecialPropInternalError() local
/packages/modules/OnDevicePersonalization/tests/cts/service/src/com/android/ondevicepersonalization/testing/sampleservice/
DSampleWorker.java497 BlockingQueue<Object> asyncResult = new ArrayBlockingQueue<>(1); in handleScheduleFederatedJob() local
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DRestrictManagerTest.java2395 QnsAsyncResult asyncResult = in testHandlerEventOnDataConnectionChangedEvent() local