Searched refs:FILES_DIR (Results 1 – 3 of 3) sorted by relevance
61 final File[] files = new File[] { new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testPersistAndLoadSnapshot()62 new File(FILES_DIR.getPath() + "/snapshots/1.jpg"), in testPersistAndLoadSnapshot()63 new File(FILES_DIR.getPath() + "/snapshots/1_reduced.jpg")}; in testPersistAndLoadSnapshot()84 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1.proto").exists()); in testTaskRemovedFromRecents()85 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1.jpg").exists()); in testTaskRemovedFromRecents()86 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1_reduced.jpg").exists()); in testTaskRemovedFromRecents()123 new File(FILES_DIR.getPath() + "/snapshots/3.proto"), in testPurging()124 new File(FILES_DIR.getPath() + "/snapshots/4.proto")}; in testPurging()126 new File(FILES_DIR.getPath() + "/snapshots/100.proto"), in testPurging()127 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testPurging()[all …]
47 static final File FILES_DIR = getInstrumentation().getTargetContext().getFilesDir(); field in TaskSnapshotPersisterTestBase57 mPersister = new TaskSnapshotPersister(mWm, userId -> FILES_DIR); in setUp()68 final File[] files = new File(FILES_DIR, "snapshots").listFiles(); in cleanDirectory()
218 private final File FILES_DIR; field in FullBackup.BackupScheme251 return FILES_DIR.getCanonicalPath(); in tokenToDirectoryPath()365 FILES_DIR = ceContext.getFilesDir(); in BackupScheme()708 return FILES_DIR; in getDirectoryForCriteriaDomain()