HomeSort by relevance Sort by last modified time
    Searched full:dirtydir (Results 1 - 1 of 1) sorted by null

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
StorageTest.java 168 final File dirtyDir;
182 dirtyDir = getContext().getCacheDir();
186 dirtyDir = Environment.getDownloadCacheDirectory();
196 dirtyFile = new File(dirtyDir, "cache_file.bin");
213 final StatFs stat = new StatFs(dirtyDir.getAbsolutePath());
217 stat.restat(dirtyDir.getAbsolutePath());

Completed in 105 milliseconds