Searched refs:mInjectedFilePathRoot (Results 1 – 1 of 1) sorted by relevance
313 return new File(mInjectedFilePathRoot, "system"); in injectSystemDataPath()318 return new File(mInjectedFilePathRoot, "user-" + userId); in injectUserDataPath()592 protected File mInjectedFilePathRoot; field in BaseShortcutManagerTest799 mInjectedFilePathRoot = new File(getTestContext().getCacheDir(), "test-files"); in setUp()981 if (mInjectedFilePathRoot.exists()) { in deleteAllSavedFiles()983 FileUtils.deleteContents(mInjectedFilePathRoot)); in deleteAllSavedFiles()985 mInjectedFilePathRoot.mkdirs(); in deleteAllSavedFiles()1385 dumpFileOnLogcat(mInjectedFilePathRoot.getAbsolutePath() in dumpBaseStateFile()1398 dumpFileOnLogcat(mInjectedFilePathRoot.getAbsolutePath() in dumpUserFile()2258 final File f = new File(mInjectedFilePathRoot, path);[all …]