Home
last modified time | relevance | path

Searched refs:getExternalFilesDir (Results 1 – 14 of 14) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDebugTest.java45 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()
DShadowContextTest.java130 assertThat(context.getExternalFilesDir(null).exists()).isTrue(); in getExternalFilesDir_shouldCreateDirectory()
135 File f = context.getExternalFilesDir("__test__"); in getExternalFilesDir_shouldCreateNamedDirectory()
/external/grpc-grpc/src/android/test/interop/app/src/androidTest/java/io/grpc/interop/cpp/
DInteropTest.java51 File outFile = new File(ctx.getExternalFilesDir(null), sslRootsFile); in setUp()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDebug.java99 final File dir = RuntimeEnvironment.application.getExternalFilesDir(null); in fixTracePath()
DShadowContextImpl.java330 protected File getExternalFilesDir(String type) { in getExternalFilesDir() method in ShadowContextImpl
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTraceLogger.java84 File file = new File(context.getExternalFilesDir(null), "trace.txt"); in writeSystraceLogs()
DMainActivity.java491 File path = getExternalFilesDir(Environment.DIRECTORY_DOCUMENTS); in saveLogToFile()
515 File path = getExternalFilesDir(Environment.DIRECTORY_DOCUMENTS); in clearLogFile()
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DCapturingAudioSink.java125 File directory = context.getExternalFilesDir(null); in assertOutput()
DFakeExtractorOutput.java150 : context.getExternalFilesDir(null); in assertOutput()
/external/exoplayer/tree/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoApplication.java161 downloadDirectory = getExternalFilesDir(null); in getDownloadDirectory()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestInputActivity.java215 File dir = getExternalFilesDir(Environment.DIRECTORY_MUSIC); in createFileName()
/external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java48 File reportPath = new File(context.getExternalFilesDir(null), "skqp_report_" + now); in SkQPRunner()
/external/skqp/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java48 File reportPath = new File(context.getExternalFilesDir(null), "skqp_report_" + now); in SkQPRunner()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java144 public File getExternalFilesDir(String s) { in getExternalFilesDir() method in MockContext.MockContext2