/aosp_15_r20/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | PublicApiFunctionalTest.java | 112 Download download = enqueueRequest(getRequest()); in testBasicRequest() 151 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() 169 Download download = enqueueRequest(getRequest() in testTitleAndDescription() 191 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() 211 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() 255 Download download1 = enqueueRequest(getRequestWithDestinationDownloadsDir()); in testFiltering() 259 Download download2 = enqueueRequest(getRequestWithDestinationDownloadsDir()); in testFiltering() 263 Download download3 = enqueueRequest(getRequestWithDestinationDownloadsDir()); in testFiltering() 285 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false)); in testFiltering() 297 Download download1 = enqueueRequest(getRequest()); in testOrdering() [all …]
|
D | ThreadingTest.java | 61 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
|
D | AbstractPublicApiTest.java | 253 protected Download enqueueRequest(DownloadManager.Request request) { in enqueueRequest() method in AbstractPublicApiTest
|
/aosp_15_r20/external/federated-compute/fcp/java_src/test/java/com/google/fcp/client/http/ |
H A D | HttpClientForNativeImplTest.java | 260 httpClient.enqueueRequest( in doTestSingleRequestWithoutRequestBodySucceeds() 350 httpClient.enqueueRequest( in testSingleRequestWithRequestBodySucceeds() 483 httpClient.enqueueRequest( in testSingleRequestWithKnownRequestContentLengthSucceeds() 567 httpClient.enqueueRequest( in testSingleRequestWithKnownRequestContentLengthThatFitsInSingleBufferSucceeds() 632 httpClient.enqueueRequest( in testMultipleRequestsWithRequestBodiesSucceeds() 652 httpClient.enqueueRequest( in testMultipleRequestsWithRequestBodiesSucceeds() 745 httpClient.enqueueRequest( in testGzipResponseBodyDecompressionSucceeds() 839 httpClient.enqueueRequest( in testGzipResponseBodyWithAcceptEncodingRequestHeaderShouldNotAutoDecompress() 915 httpClient.enqueueRequest( in testChunkedTransferEncodingResponseHeaderShouldBeRemoved() 974 httpClient.enqueueRequest( in testContentLengthResponseHeaderShouldDetermineReceivedBytesEstimate() [all …]
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactInfoCache.java | 122 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ true, requestType); in getValue() 128 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType); in getValue() 134 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType); in getValue() 176 enqueueRequest( in queryContactInfo() 295 private void enqueueRequest( in enqueueRequest() method in ContactInfoCache
|
/aosp_15_r20/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/ |
H A D | MediaTranscodingManagerTest.java | 311 TranscodingSession session = mMediaTranscodingManager.enqueueRequest( in testTranscodingWithExpectResult() 497 TranscodingSession session = mMediaTranscodingManager.enqueueRequest( in transcodeFile() 693 TranscodingSession session = mMediaTranscodingManager.enqueueRequest( in testCancelTranscoding() 748 TranscodingSession session = mMediaTranscodingManager.enqueueRequest(request, in testTranscodingProgressUpdate() 798 TranscodingSession session = mMediaTranscodingManager.enqueueRequest(request, in testClearOnProgressUpdateListener() 851 TranscodingSession session = mMediaTranscodingManager.enqueueRequest(request, in testAddingClientUids()
|
/aosp_15_r20/external/downloader/src/main/java/com/google/android/downloader/ |
H A D | Downloader.java | 351 ClosingFuture<DownloadResult> closingFuture = enqueueRequest(request); in execute() 580 private ClosingFuture<DownloadResult> enqueueRequest(DownloadRequest request) { in enqueueRequest() method in Downloader 751 result = enqueueRequest(request); in completeRequest()
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Ipc/src/com/android/settingslib/ipc/ |
H A D | MessengerServiceClient.kt | 126 if (!handler.post { getConnection(packageName).enqueueRequest(wrapper) }) { in invoke() 287 fun enqueueRequest(request: RequestWrapper<*, *>) { in enqueueRequest() method
|
/aosp_15_r20/out/soong/.intermediates/external/downloader/src/main/android_downloader_lib/android_common_apex30/javac/ |
D | android_downloader_lib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/downloader/src/main/android_downloader_lib/android_common_apex33/javac/ |
D | android_downloader_lib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/federated-compute/fcp/java_src/main/java/com/google/fcp/client/http/ |
H A D | HttpClientForNative.java | 195 public abstract HttpRequestHandle enqueueRequest(byte[] requestProto); in enqueueRequest() method in HttpClientForNative
|
H A D | HttpClientForNativeImpl.java | 70 public HttpRequestHandleImpl enqueueRequest(byte[] requestProto) { in enqueueRequest() method in HttpClientForNativeImpl
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_camera.h | 76 int enqueueRequest(
|
H A D | camera.h | 84 virtual int enqueueRequest(
|
/aosp_15_r20/platform_testing/libraries/device-collectors/src/main/java/android/device/stressmodes/ |
H A D | BackgroundTranscodingStressTestMode.java | 102 mMediaTranscodingManager.enqueueRequest( in testStarted()
|
/aosp_15_r20/prebuilts/sdk/34/system/api/ |
H A D | framework-media.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/prebuilts/sdk/extensions/3/system/api/ |
H A D | framework-media.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Media/apex/framework/framework-media.stubs.source.system/android_common/exportable/ |
D | framework-media.stubs.source.system_api.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/prebuilts/sdk/31/system/api/ |
H A D | framework-media.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/prebuilts/sdk/extensions/13/system/api/ |
H A D | framework-media.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/prebuilts/module_sdk/Media/1/sdk_library/system/ |
D | framework-media.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/prebuilts/sdk/32/system/api/ |
H A D | framework-media.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/prebuilts/module_sdk/Media/13/sdk_library/system/ |
D | framework-media.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/prebuilts/sdk/extensions/1/system/api/ |
H A D | framework-media.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|
/aosp_15_r20/packages/modules/Media/apex/framework/api/ |
D | system-current.txt | 5 …method @Nullable public android.media.MediaTranscodingManager.TranscodingSession enqueueRequest(@N…
|