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.java109 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 …]
DThreadingTest.java54 Download download = enqueueRequest(getRequest()); in testFloodServiceWithStarts()
71 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
DAbstractPublicApiTest.java225 protected Download enqueueRequest(DownloadManager.Request request) { in enqueueRequest() method in AbstractPublicApiTest
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java335 void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest() method in CallLogAdapter
565 enqueueRequest(number, countryIso, cachedContactInfo, true); in bindView()
571 enqueueRequest(number, countryIso, cachedContactInfo, false); in bindView()
577 enqueueRequest(number, countryIso, cachedContactInfo, false); in bindView()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java219 void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest() method in CallLogAdapterTest.TestCallLogAdapter