Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java359 return new File(mInjectedFilePathRoot, "system"); in injectSystemDataPath()
364 return new File(mInjectedFilePathRoot, "user-" + userId); in injectUserDataPath()
678 protected File mInjectedFilePathRoot; field in BaseShortcutManagerTest
903 mInjectedFilePathRoot = new File(getTestContext().getCacheDir(), "test-files"); in setUp()
1085 if (mInjectedFilePathRoot.exists()) { in deleteAllSavedFiles()
1087 FileUtils.deleteContents(mInjectedFilePathRoot)); in deleteAllSavedFiles()
1089 mInjectedFilePathRoot.mkdirs(); in deleteAllSavedFiles()
1489 dumpFileOnLogcat(mInjectedFilePathRoot.getAbsolutePath() in dumpBaseStateFile()
1502 dumpFileOnLogcat(mInjectedFilePathRoot.getAbsolutePath() in dumpUserFile()
2477 final File f = new File(mInjectedFilePathRoot, path);
[all …]