Searched refs:FILES_DIR (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskSnapshotLowResDisabledTest.java | 72 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() 100 new File(FILES_DIR.getPath() + "/snapshots/2.proto"), in testRemoveObsoleteFiles() 101 new File(FILES_DIR.getPath() + "/snapshots/2.jpg"), in testRemoveObsoleteFiles() 116 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testRemoveObsoleteFiles_addedOneInTheMeantime() 117 new File(FILES_DIR.getPath() + "/snapshots/1.jpg"), in testRemoveObsoleteFiles_addedOneInTheMeantime() 118 new File(FILES_DIR.getPath() + "/snapshots/2.proto"), in testRemoveObsoleteFiles_addedOneInTheMeantime() [all …]
|
H A D | TaskSnapshotPersisterLoaderTest.java | 77 new File(FILES_DIR.getPath() + "/snapshots/1.jpg"), in testPersistAndLoadSnapshot() 132 new File(FILES_DIR.getPath() + "/snapshots/3.proto"), in testPurging() 133 new File(FILES_DIR.getPath() + "/snapshots/4.proto")}; in testPurging() 135 new File(FILES_DIR.getPath() + "/snapshots/100.proto"), in testPurging() 136 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testPurging() 137 new File(FILES_DIR.getPath() + "/snapshots/1.proto")}; in testPurging() 417 new File(FILES_DIR.getPath() + "/snapshots/1.proto"), in testRemoveObsoleteFiles() 418 new File(FILES_DIR.getPath() + "/snapshots/1.jpg"), in testRemoveObsoleteFiles() 422 new File(FILES_DIR.getPath() + "/snapshots/2.jpg"), in testRemoveObsoleteFiles() 438 new File(FILES_DIR.getPath() + "/snapshots/1.jpg"), in testRemoveObsoleteFiles_addedOneInTheMeantime() [all …]
|
H A D | TaskSnapshotPersisterTestBase.java | 64 static final File FILES_DIR = getInstrumentation().getTargetContext().getFilesDir(); field in TaskSnapshotPersisterTestBase 111 mPersister = new TaskSnapshotPersister(mWm, userId -> FILES_DIR); in setUp() 122 final File[] files = new File(FILES_DIR, "snapshots").listFiles(); in cleanDirectory()
|
/aosp12/frameworks/base/core/java/android/app/backup/ |
H A D | FullBackup.java | 285 private final File FILES_DIR; field in FullBackup.BackupScheme 324 return FILES_DIR.getCanonicalPath(); in tokenToDirectoryPath() 442 FILES_DIR = ceContext.getFilesDir(); in BackupScheme() 958 return FILES_DIR; in getDirectoryForCriteriaDomain()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 4280 Landroid/app/backup/FullBackup$BackupScheme;->FILES_DIR:Ljava/io/File;
|