Searched refs:enqueueRequest (Results 1 – 5 of 5) sorted by relevance
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | PublicApiFunctionalTest.java | 109 Download download = enqueueRequest(getRequest()); in testBasicRequest() 148 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() 166 Download download = enqueueRequest(getRequest() in testTitleAndDescription() 188 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() 208 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() 252 Download download1 = enqueueRequest(getRequest()); in testFiltering() 256 Download download2 = enqueueRequest(getRequest()); in testFiltering() 260 Download download3 = enqueueRequest(getRequest()); in testFiltering() 282 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false)); in testFiltering() 294 Download download1 = enqueueRequest(getRequest()); in testOrdering() [all …]
|
D | ThreadingTest.java | 60 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
|
D | AbstractPublicApiTest.java | 245 protected Download enqueueRequest(DownloadManager.Request request) { in enqueueRequest() method in AbstractPublicApiTest
|
D | StorageTest.java | 234 final Download download = enqueueRequest(req); in prepareAndRunDownload()
|
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactInfoCache.java | 116 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ true, requestType); in getValue() 122 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType); in getValue() 128 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType); in getValue() 170 enqueueRequest( in queryContactInfo() 289 private void enqueueRequest( in enqueueRequest() method in ContactInfoCache
|