Searched refs:getExternalFilesDir (Results 1 – 14 of 14) 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()
99 final File dir = RuntimeEnvironment.application.getExternalFilesDir(null); in fixTracePath()
330 protected File getExternalFilesDir(String type) { in getExternalFilesDir() method in ShadowContextImpl
84 File file = new File(context.getExternalFilesDir(null), "trace.txt"); in writeSystraceLogs()
491 File path = getExternalFilesDir(Environment.DIRECTORY_DOCUMENTS); in saveLogToFile()515 File path = getExternalFilesDir(Environment.DIRECTORY_DOCUMENTS); in clearLogFile()
125 File directory = context.getExternalFilesDir(null); in assertOutput()
150 : context.getExternalFilesDir(null); in assertOutput()
161 downloadDirectory = getExternalFilesDir(null); in getDownloadDirectory()
215 File dir = getExternalFilesDir(Environment.DIRECTORY_MUSIC); in createFileName()
48 File reportPath = new File(context.getExternalFilesDir(null), "skqp_report_" + now); in SkQPRunner()
144 public File getExternalFilesDir(String s) { in getExternalFilesDir() method in MockContext.MockContext2