Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java298 return new File(mInjectedFilePathRoot, "system"); in injectSystemDataPath()
303 return new File(mInjectedFilePathRoot, "user-" + userId); in injectUserDataPath()
560 protected File mInjectedFilePathRoot; field in BaseShortcutManagerTest
753 mInjectedFilePathRoot = new File(getTestContext().getCacheDir(), "test-files"); in setUp()
925 if (mInjectedFilePathRoot.exists()) { in deleteAllSavedFiles()
927 FileUtils.deleteContents(mInjectedFilePathRoot)); in deleteAllSavedFiles()
929 mInjectedFilePathRoot.mkdirs(); in deleteAllSavedFiles()
1322 dumpFileOnLogcat(mInjectedFilePathRoot.getAbsolutePath() in dumpBaseStateFile()
1335 dumpFileOnLogcat(mInjectedFilePathRoot.getAbsolutePath() in dumpUserFile()