Searched refs:enqueueRequest (Results 1 – 5 of 5) sorted by relevance
/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 | 60 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
|
D | AbstractPublicApiTest.java | 253 protected Download enqueueRequest(DownloadManager.Request request) { in enqueueRequest() method in AbstractPublicApiTest
|
/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
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | TranscodeHelperImpl.java | 1150 TranscodingSession session = mediaTranscodeManager.enqueueRequest(request, in enqueueTranscodingSession()
|