Searched refs:mInjectedFilePathRoot (Results 1 – 1 of 1) sorted by relevance
361 return new File(mInjectedFilePathRoot, "system"); in injectSystemDataPath()366 return new File(mInjectedFilePathRoot, "user-" + userId); in injectUserDataPath()680 protected File mInjectedFilePathRoot; field in BaseShortcutManagerTest915 mInjectedFilePathRoot = new File(getTestContext().getCacheDir(), "test-files"); in setUp()1109 if (mInjectedFilePathRoot.exists()) { in deleteAllSavedFiles()1111 FileUtils.deleteContents(mInjectedFilePathRoot)); in deleteAllSavedFiles()1113 mInjectedFilePathRoot.mkdirs(); in deleteAllSavedFiles()1513 dumpFileOnLogcat(mInjectedFilePathRoot.getAbsolutePath() in dumpBaseStateFile()1526 dumpFileOnLogcat(mInjectedFilePathRoot.getAbsolutePath() in dumpUserFile()2501 final File f = new File(mInjectedFilePathRoot, path);[all …]