Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DRemoteDataImpl.java54 BlockingQueue<Bundle> asyncResult = new ArrayBlockingQueue<>(1); in get() local
100 BlockingQueue<Bundle> asyncResult = new ArrayBlockingQueue<>(1); in keySet() local
DEventUrlProvider.java108 BlockingQueue<CallbackResult> asyncResult = new ArrayBlockingQueue<>(1); in getUrl() local
DLocalDataImpl.java143 BlockingQueue<Bundle> asyncResult = new ArrayBlockingQueue<>(1); in handleAsyncRequest() local
DLogReader.java136 BlockingQueue<Bundle> asyncResult = new ArrayBlockingQueue<>(1); in handleAsyncRequest() local
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java155 private void handleNewRingingConnection(AsyncResult asyncResult) { in handleNewRingingConnection()
185 private void handleCdmaCallWaiting(AsyncResult asyncResult) { in handleCdmaCallWaiting()
216 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.java89 BlockingQueue<CallbackResult> asyncResult = new ArrayBlockingQueue<>(1); in getExampleIterator() local
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/inference/
DIsolatedModelServiceImpl.java170 BlockingQueue<Bundle> asyncResult = new ArrayBlockingQueue<>(1); in fetchModel() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java645 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncMethodForSingleValue() local
670 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncMethodForSingleValueNoReadPermissionError() local
692 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncForPropNotAvailable() local
712 GetVehicleStubAsyncResult asyncResult = getAsyncResult.get(0); in testGetAsyncForSpecialPropInternalError() local
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DRestrictManagerTest.java2395 QnsAsyncResult asyncResult = in testHandlerEventOnDataConnectionChangedEvent() local