Home
last modified time | relevance | path

Searched refs:enqueueRequest (Results 1 – 4 of 4) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java112 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 …]
DThreadingTest.java60 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
DAbstractPublicApiTest.java253 protected Download enqueueRequest(DownloadManager.Request request) { in enqueueRequest() method in AbstractPublicApiTest
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java122 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