Home
last modified time | relevance | path

Searched refs:getExternalFilesDir (Results 1 – 25 of 31) 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/";
DCameraTestUtils.java133 .getExternalFilesDir(null).getPath();
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java82 final File dir = getContext().getExternalFilesDir(null); in testWithBitmap()
147 final File dir = getContext().getExternalFilesDir(null); in testWithAdaptiveBitmap()
172 final File dir = getContext().getExternalFilesDir(null); in testWithBitmapResource()
187 final File dir = getContext().getExternalFilesDir(null); in testWithFile()
211 final File dir = getContext().getExternalFilesDir(null); in testAsync()
264 final File dir = getContext().getExternalFilesDir(null); in testParcel()
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/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.java161 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.java144 mVideoFilePath = mContext.getExternalFilesDir(null).getPath(); in setUp()
DCamera2RecordingTest.java91 .getExternalFilesDir(null).getPath();
/frameworks/base/core/java/android/app/
DNativeActivity.java172 getAbsolutePath(getExternalFilesDir(null)), in onCreate()
DDownloadManager.java517 final File file = context.getExternalFilesDir(dirType); in setDestinationInExternalFilesDir()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java496 File efLocation = getExternalFilesDir(null); in onFullBackup()
641 File efLocation = getExternalFilesDir(null); in fullBackupFile()
DFullBackup.java381 EXTERNAL_DIR = context.getExternalFilesDir(null); in BackupScheme()
/frameworks/base/core/java/android/content/
DContextWrapper.java255 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in ContextWrapper
256 return mBase.getExternalFilesDir(type); in getExternalFilesDir()
DContext.java1160 public abstract File getExternalFilesDir(@Nullable String type); in getExternalFilesDir() method in Context
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java102 .getExternalFilesDir(null).getPath();
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java220 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in MockContext
/frameworks/base/core/java/android/os/
DDebug.java1249 dir = context.getExternalFilesDir(null); in fixTracePath()
/frameworks/base/test-mock/api/
Dcurrent.txt74 method public java.io.File getExternalFilesDir(String);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1484 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in BridgeContext

12