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/
DTaskSnapshotPersisterLoaderTest.java61 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 …]
DTaskSnapshotPersisterTestBase.java55 static final File FILES_DIR = getInstrumentation().getTargetContext().getFilesDir(); field in TaskSnapshotPersisterTestBase
81 mPersister = new TaskSnapshotPersister(mWm, userId -> FILES_DIR); in setUp()
92 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt4283 Landroid/app/backup/FullBackup$BackupScheme;->FILES_DIR:Ljava/io/File;