Searched refs:mInjectedFilePathRoot (Results 1 – 1 of 1) sorted by relevance
298 return new File(mInjectedFilePathRoot, "system"); in injectSystemDataPath()303 return new File(mInjectedFilePathRoot, "user-" + userId); in injectUserDataPath()560 protected File mInjectedFilePathRoot; field in BaseShortcutManagerTest753 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()