Home
last modified time | relevance | path

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

/external/robolectric/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.java150 assertThat(context.getExternalFilesDir(null).exists()).isTrue(); in getExternalFilesDir_shouldCreateDirectory()
155 File f = context.getExternalFilesDir("__test__"); in getExternalFilesDir_shouldCreateNamedDirectory()
/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/perfetto/test/cts/reporter/app/src/android/perfetto/cts/reporter/
DPerfettoReportService.java33 File f = new File(getExternalFilesDir(null), args.getUuid().toString()); in onReportTrace()
/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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDumpFileAsserts.java171 : context.getExternalFilesDir(null); in assertOutput()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDumpFileAsserts.java168 : context.getExternalFilesDir(null); in assertOutput()
/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDebug.java99 final File dir = RuntimeEnvironment.application.getExternalFilesDir(null); in fixTracePath()
DShadowContextImpl.java337 protected File getExternalFilesDir(String type) { in getExternalFilesDir() method in ShadowContextImpl
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDebug.java100 final File dir = RuntimeEnvironment.getApplication().getExternalFilesDir(null); in fixTracePath()
DShadowContextImpl.java409 protected File getExternalFilesDir(String type) { in getExternalFilesDir() method in ShadowContextImpl
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/
DAndroidUriAdapter.java134 rootLocation = context.getExternalFilesDir(null); in toFile()
DAndroidUri.java285 File externalFilesDir = context.getExternalFilesDir(null); in fromAbsolutePath()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/
DShadowUtils.java110 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in ShadowUtils.ShadowContextImpl
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoUtil.java172 downloadDirectory = context.getExternalFilesDir(/* type= */ null); in getDownloadDirectory()
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DTestInputActivity.java176 File dir = getExternalFilesDir(Environment.DIRECTORY_MUSIC); in createFileName()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/main/src/main/java/com/google/android/exoplayer2/demo/
DDemoUtil.java204 downloadDirectory = context.getExternalFilesDir(/* type= */ null); in getDownloadDirectory()
/external/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java56 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
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DDrawableTestUtils.java268 String outputFolder = context.getExternalFilesDir(null).getAbsolutePath(); in saveAutoNamedVectorDrawableIntoPNG()