Searched refs:mInjectedFilePathRoot (Results 1 – 1 of 1) sorted by relevance
359 return new File(mInjectedFilePathRoot, "system"); in injectSystemDataPath()364 return new File(mInjectedFilePathRoot, "user-" + userId); in injectUserDataPath()678 protected File mInjectedFilePathRoot; field in BaseShortcutManagerTest903 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 …]