Searched refs:enqueueRequest (Results 1 – 5 of 5) sorted by relevance
| /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
| D | PublicApiFunctionalTest.java | 81 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 …]
|
| D | ThreadingTest.java | 50 Download download = enqueueRequest(getRequest()); in testFloodServiceWithStarts()
|
| D | AbstractPublicApiTest.java | 182 protected Download enqueueRequest(DownloadManager.Request request) { in enqueueRequest() method in AbstractPublicApiTest
|
| /packages/apps/Contacts/src/com/android/contacts/calllog/ |
| D | CallLogAdapter.java | 288 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/ |
| D | CallLogAdapterTest.java | 221 void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest() method in CallLogAdapterTest.TestCallLogAdapter
|