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

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerIntegrationTest.java 239 Log.i(LOG_TAG, "All download IDs: " + mReceiver.getDownloadIds().toString());
240 Log.i(LOG_TAG, "Total downloads completed: " + mReceiver.getDownloadIds().size());
498 Set<Long> ids = mReceiver.getDownloadIds();
DownloadManagerBaseTest.java 183 public Set<Long> getDownloadIds() {
    [all...]

Completed in 38 milliseconds