Home
last modified time | relevance | path

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

12

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestHelper.java75 .getExternalFilesDir(null).getPath(), CAMERA_STRESS_IMAGES_DIRECTORY,
101 .getExternalFilesDir(null).getPath(), CAMERA_STRESS_IMAGES_DIRECTORY)); in setupCameraTest()
136 .getExternalFilesDir(null).getPath(), CAMERA_STRESS_IMAGES_DIRECTORY)); in cleanupTestImages()
DCameraTestResultPrinter.java34 .getExternalFilesDir(null).getPath() + "/camera-out/";
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java114 final File dir = getContext().getExternalFilesDir(null); in testWithBitmap()
179 final File dir = getContext().getExternalFilesDir(null); in testWithAdaptiveBitmap()
204 final File dir = getContext().getExternalFilesDir(null); in testWithBitmapResource()
261 final File dir = getContext().getExternalFilesDir(null); in testWithStatSysAdbResource()
274 final File dir = getContext().getExternalFilesDir(null); in testWithFile()
346 final File dir = getContext().getExternalFilesDir(null); in testAsync()
399 final File dir = getContext().getExternalFilesDir(null); in testParcel()
513 final File dir = getContext().getExternalFilesDir(null); in testScaleDownMaxSizeWithFile()
546 final File dir = getContext().getExternalFilesDir(null); in testLoadSafeDrawable_loadSuccessful()
590 final File dir = getContext().getExternalFilesDir(null); in testLoadSafeDrawable_grantRejected_nullDrawable()
DAdaptiveIconDrawableTest.java63 mDir = getContext().getExternalFilesDir(null); in testDraw_withoutBounds()
93 mDir = getContext().getExternalFilesDir(null); in testDraw_withBounds()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DBitmapUtils.java39 File externalFilesDir = context.getExternalFilesDir(null); in saveBitmapIntoPNG()
/frameworks/base/startop/apps/test/src/
DNonInteractiveMicrobenchmarkActivity.java54 out = new PrintStream(new File(getExternalFilesDir(null), "benchmark.csv")); in onCreate()
/frameworks/av/media/tests/SampleVideoEncoder/app/src/androidTest/java/com/android/media/samplevideoencoder/tests/
DSampleVideoEncoderTest.java69 File dir = mContext.getExternalFilesDir(null); in getOutputPath()
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
DSurfaceTracingTestBase.kt94 .getExternalFilesDir(null)?.resolve("screenshot.png") in <lambda>()
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
DExtractorTest.java53 private static final String mStatsFile = mContext.getExternalFilesDir(null) + "/Extractor."
DMuxerTest.java61 mContext.getExternalFilesDir(null) + "/Muxer." + System.currentTimeMillis() + ".csv";
DDecoderTest.java60 mContext.getExternalFilesDir(null) + "/Decoder." + System.currentTimeMillis() + ".csv";
DEncoderTest.java65 mContext.getExternalFilesDir(null) + "/Encoder." + System.currentTimeMillis() + ".csv";
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCameraTest.java162 mContext.getExternalFilesDir(null).getPath(), "/test.bmp"); in onPictureTaken()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCameraStressTest.java90 .getExternalFilesDir(null).getPath(), CAMERA_STRESS_OUTPUT)); in setUp()
DCamera2SwitchPreviewTest.java107 mVideoFilePath = mContext.getExternalFilesDir(null).getPath(); in setUp()
/frameworks/base/core/tests/coretests/src/android/os/
DCancellationSignalBeamerTest.java214 File heap = new File(mContext.getExternalFilesDir(null), "dump.hprof"); in waitForWithGc()
/frameworks/base/core/java/android/app/
DNativeActivity.java172 getAbsolutePath(getExternalFilesDir(null)), in onCreate()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java582 File efLocation = getExternalFilesDir(null); in onFullBackup()
750 File efLocation = getExternalFilesDir(null); in fullBackupFile()
DFullBackup.java458 EXTERNAL_DIR = context.getExternalFilesDir(null); in BackupScheme()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java208 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in RavenwoodBaseContext
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java102 .getExternalFilesDir(null).getPath();
/frameworks/base/core/java/android/content/
DContextWrapper.java307 public @Nullable File getExternalFilesDir(@Nullable String type) { in getExternalFilesDir() method in ContextWrapper
308 return mBase.getExternalFilesDir(type); in getExternalFilesDir()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java306 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in ApplicationContext
309 return context.getExternalFilesDir(type); in getExternalFilesDir()
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
DMainActivity.java566 File dir = activity.getApplicationContext().getExternalFilesDir(null); in getVideoPath()
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java230 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in MockContext

12