Searched refs:getExternalFilesDir (Results 1 – 9 of 9) sorted by relevance
45 assertThat(new File(context.getExternalFilesDir(null), TRACE_FILENAME).exists()).isTrue(); in startStopTracingShouldWriteFile()54 assertThat(new File(context.getExternalFilesDir(null), TRACE_FILENAME).exists()).isTrue(); in startStopTracingSamplingShouldWriteFile()
130 assertThat(context.getExternalFilesDir(null).exists()).isTrue(); in getExternalFilesDir_shouldCreateDirectory()135 File f = context.getExternalFilesDir("__test__"); in getExternalFilesDir_shouldCreateNamedDirectory()
51 File outFile = new File(ctx.getExternalFilesDir(null), sslRootsFile); in setUp()
82 File file = new File(context.getExternalFilesDir(null), "trace.txt"); in writeSystraceLogs()
99 final File dir = RuntimeEnvironment.application.getExternalFilesDir(null); in fixTracePath()
267 protected File getExternalFilesDir(String type) { in getExternalFilesDir() method in ShadowContextImpl
47 File reportPath = new File(context.getExternalFilesDir(null), "skqp_report_" + now); in SkQPRunner()
144 public File getExternalFilesDir(String s) { in getExternalFilesDir() method in MockContext.MockContext2