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

  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
DownloadsDeletionTypeTest.java 47 private File mDownloadsDirectory;
52 mDownloadsDirectory =
58 File temp = new File(mDownloadsDirectory, "temp");
59 File temp2 = new File(mDownloadsDirectory, "temp2");
71 File temp = new File(mDownloadsDirectory, "temp");
72 File temp2 = new File(mDownloadsDirectory, "temp2");
86 File temp = new File(mDownloadsDirectory, "temp");
104 File temp = new File(mDownloadsDirectory, "temp");
125 File temp = new File(mDownloadsDirectory, "temp");
126 File temp2 = new File(mDownloadsDirectory, "temp2")
    [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
DiskStatsLoggingService.java 131 private File mDownloadsDirectory;
136 mDownloadsDirectory = file;
171 FileCollector.getMeasurementResult(mDownloadsDirectory);

Completed in 160 milliseconds