Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DPublicApiFunctionalTest.java81 Download download = enqueueRequest(getRequest()); in testBasicRequest()
120 Download download = enqueueRequest(getRequest() in testTitleAndDescription()
142 Download download = enqueueRequest(getRequest()); in testInterruptedDownload()
162 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload()
204 Download download1 = enqueueRequest(getRequest()); in testFiltering()
209 Download download2 = enqueueRequest(getRequest()); in testFiltering()
213 Download download3 = enqueueRequest(getRequest()); in testFiltering()
235 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false)); in testFiltering()
244 Download download1 = enqueueRequest(getRequest()); in testOrdering()
249 Download download2 = enqueueRequest(getRequest()); in testOrdering()
[all …]
DThreadingTest.java50 Download download = enqueueRequest(getRequest()); in testFloodServiceWithStarts()
DAbstractPublicApiTest.java182 protected Download enqueueRequest(DownloadManager.Request request) { in enqueueRequest() method in AbstractPublicApiTest
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java288 void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest() method in CallLogAdapter
498 enqueueRequest(number, countryIso, cachedContactInfo, true); in bindView()
504 enqueueRequest(number, countryIso, cachedContactInfo, false); in bindView()
510 enqueueRequest(number, countryIso, cachedContactInfo, false); in bindView()
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogAdapterTest.java221 void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest() method in CallLogAdapterTest.TestCallLogAdapter