HomeSort by relevance Sort by last modified time
    Searched refs:enqueueRequest (Results 1 - 6 of 6) sorted by null

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 109 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(getRequest())
    [all...]
ThreadingTest.java 60 final Download d = enqueueRequest(getRequest());
AbstractPublicApiTest.java 245 protected Download enqueueRequest(DownloadManager.Request request) {
StorageTest.java 234 final Download download = enqueueRequest(req);
  /packages/apps/Dialer/src/com/android/dialer/contactinfo/
ContactInfoCache.java 158 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,
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java     [all...]

Completed in 4289 milliseconds