Searched refs:enqueueRequest (Results 1 – 6 of 6) sorted by relevance
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
D | PublicApiFunctionalTest.java | 107 Download download = enqueueRequest(getRequest()); in testBasicRequest() 146 final Download download = enqueueRequest(getRequest() in testExtremelyLarge() 164 Download download = enqueueRequest(getRequest() in testTitleAndDescription() 186 Download download = enqueueRequest(getRequest()); in testInterruptedDownload() 206 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri())); in testInterruptedExternalDownload() 250 Download download1 = enqueueRequest(getRequest()); in testFiltering() 254 Download download2 = enqueueRequest(getRequest()); in testFiltering() 258 Download download3 = enqueueRequest(getRequest()); in testFiltering() 280 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false)); in testFiltering() 292 Download download1 = enqueueRequest(getRequest()); in testOrdering() [all …]
|
D | ThreadingTest.java | 55 Download download = enqueueRequest(getRequest()); in testFloodServiceWithStarts() 73 final Download d = enqueueRequest(getRequest()); in testFilenameRace()
|
D | AbstractPublicApiTest.java | 232 protected Download enqueueRequest(DownloadManager.Request request) { in enqueueRequest() method in AbstractPublicApiTest
|
D | StorageTest.java | 232 final Download download = enqueueRequest(req); in prepareAndRunDownload()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | CallLogAdapter.java | 471 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest() method in CallLogAdapter 735 enqueueRequest(number, countryIso, cachedContactInfo, true); in bindView() 741 enqueueRequest(number, countryIso, cachedContactInfo, false); in bindView() 747 enqueueRequest(number, countryIso, cachedContactInfo, false); in bindView()
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | CallLogAdapterTest.java | 220 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest() method in CallLogAdapterTest.TestCallLogAdapter
|