Home
last modified time | relevance | path

Searched refs:FILES_DIR (Results 1 – 5 of 5) 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.java78 final File[] files = new File[]{new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testPersistAndLoadSnapshot()
79 new File(FILES_DIR.getPath() + "/snapshots/1.jpg"), in testPersistAndLoadSnapshot()
80 new File(FILES_DIR.getPath() + "/snapshots/1_reduced.jpg")}; in testPersistAndLoadSnapshot()
101 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1.proto").exists()); in testTaskRemovedFromRecents()
102 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1.jpg").exists()); in testTaskRemovedFromRecents()
103 assertFalse(new File(FILES_DIR.getPath() + "/snapshots/1_reduced.jpg").exists()); in testTaskRemovedFromRecents()
144 new File(FILES_DIR.getPath() + "/snapshots/3.proto"), in testPurging()
145 new File(FILES_DIR.getPath() + "/snapshots/4.proto")}; in testPurging()
147 new File(FILES_DIR.getPath() + "/snapshots/100.proto"), in testPurging()
148 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testPurging()
[all …]
DTaskSnapshotPersisterTestBase.java65 static final File FILES_DIR = getInstrumentation().getTargetContext().getFilesDir(); field in TaskSnapshotPersisterTestBase
115 TaskSnapshotController.createPersistInfoProvider(mWm, userId -> FILES_DIR); in setUp()
127 final File[] files = new File(FILES_DIR, "snapshots").listFiles(); in cleanDirectory()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java285 private final File FILES_DIR; field in FullBackup.BackupScheme
324 return FILES_DIR.getCanonicalPath(); in tokenToDirectoryPath()
442 FILES_DIR = ceContext.getFilesDir(); in BackupScheme()
959 return FILES_DIR; in getDirectoryForCriteriaDomain()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4280 Landroid/app/backup/FullBackup$BackupScheme;->FILES_DIR:Ljava/io/File;