Searched refs:enqueueRequest (Results 1 - 6 of 6) 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.java60 final Download d = enqueueRequest(getRequest());
H A DAbstractPublicApiTest.java245 protected Download enqueueRequest(DownloadManager.Request request) { method in class:AbstractPublicApiTest
H A DStorageTest.java234 final Download download = enqueueRequest(req);
/packages/apps/Dialer/src/com/android/dialer/contactinfo/
H A DContactInfoCache.java158 enqueueRequest(number, countryIso, cachedContactInfo, true);
164 enqueueRequest(number, countryIso, cachedContactInfo, false);
170 enqueueRequest(number, countryIso, cachedContactInfo, false);
294 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, method in class:ContactInfoCache
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogAdapterTest.java913 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, method in class:CallLogAdapterTest.TestContactInfoCache

Completed in 167 milliseconds