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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DPublicApiFunctionalTest.java109 Download download = enqueueRequest(getRequest());
148 final Download download = enqueueRequest(getRequest()
166 Download download = enqueueRequest(getRequest()
188 Download download = enqueueRequest(getRequest());
208 Download download = enqueueRequest(getRequest().setDestinationUri(getExternalUri()));
252 Download download1 = enqueueRequest(getRequest());
256 Download download2 = enqueueRequest(getRequest());
260 Download download3 = enqueueRequest(getRequest());
282 Download invisibleDownload = enqueueRequest(getRequest().setVisibleInDownloadsUi(false));
294 Download download1 = enqueueRequest(getReques
[all...]
H A DThreadingTest.java54 Download download = enqueueRequest(getRequest());
71 final Download d = enqueueRequest(getRequest());
H A DAbstractPublicApiTest.java225 protected Download enqueueRequest(DownloadManager.Request request) { method in class:AbstractPublicApiTest
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogAdapter.java335 void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, method in class:CallLogAdapter
565 enqueueRequest(number, countryIso, cachedContactInfo, true);
571 enqueueRequest(number, countryIso, cachedContactInfo, false);
577 enqueueRequest(number, countryIso, cachedContactInfo, false);
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogAdapterTest.java219 void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, method in class:CallLogAdapterTest.TestCallLogAdapter

Completed in 126 milliseconds