Home
last modified time | relevance | path

Searched refs:FILES_DIR (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotLowResDisabledTest.java72 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testPersistAndLoadSnapshot()
73 new File(FILES_DIR.getPath() + "/snapshots/1.jpg")}; in testPersistAndLoadSnapshot()
75 new File(FILES_DIR.getPath() + "/snapshots/1_reduced.jpg")}; in testPersistAndLoadSnapshot()
96 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testRemoveObsoleteFiles()
97 new File(FILES_DIR.getPath() + "/snapshots/1.jpg")}; in testRemoveObsoleteFiles()
99 new File(FILES_DIR.getPath() + "/snapshots/1_reduced.jpg"), in testRemoveObsoleteFiles()
100 new File(FILES_DIR.getPath() + "/snapshots/2.proto"), in testRemoveObsoleteFiles()
101 new File(FILES_DIR.getPath() + "/snapshots/2.jpg"), in testRemoveObsoleteFiles()
102 new File(FILES_DIR.getPath() + "/snapshots/2_reduced.jpg")}; in testRemoveObsoleteFiles()
116 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testRemoveObsoleteFiles_addedOneInTheMeantime()
[all …]
DTaskSnapshotPersisterLoaderTest.java75 final File[] files = new File[]{new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testPersistAndLoadSnapshot()
76 new File(FILES_DIR.getPath() + "/snapshots/1.jpg"), in testPersistAndLoadSnapshot()
77 new File(FILES_DIR.getPath() + "/snapshots/1_reduced.jpg")}; in testPersistAndLoadSnapshot()
92 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1.proto").exists()); in testTaskRemovedFromRecents()
93 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1.jpg").exists()); in testTaskRemovedFromRecents()
94 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1_reduced.jpg").exists()); in testTaskRemovedFromRecents()
131 new File(FILES_DIR.getPath() + "/snapshots/3.proto"), in testPurging()
132 new File(FILES_DIR.getPath() + "/snapshots/4.proto")}; in testPurging()
134 new File(FILES_DIR.getPath() + "/snapshots/100.proto"), in testPurging()
135 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testPurging()
[all …]
DTaskSnapshotPersisterTestBase.java62 static final File FILES_DIR = getInstrumentation().getTargetContext().getFilesDir(); field in TaskSnapshotPersisterTestBase
109 mPersister = new TaskSnapshotPersister(mWm, userId -> FILES_DIR); in setUp()
120 final File[] files = new File(FILES_DIR, "snapshots").listFiles(); in cleanDirectory()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java218 private final File FILES_DIR; field in FullBackup.BackupScheme
251 return FILES_DIR.getCanonicalPath(); in tokenToDirectoryPath()
365 FILES_DIR = ceContext.getFilesDir(); in BackupScheme()
708 return FILES_DIR; in getDirectoryForCriteriaDomain()