/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestHelper.java | 75 .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()
|
D | CameraTestResultPrinter.java | 34 .getExternalFilesDir(null).getPath() + "/camera-out/";
|
D | CameraTestUtils.java | 133 .getExternalFilesDir(null).getPath();
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | IconTest.java | 82 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()
|
D | AdaptiveIconDrawableTest.java | 63 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/ |
D | BitmapUtils.java | 39 File externalFilesDir = context.getExternalFilesDir(null); in saveBitmapIntoPNG()
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/ |
D | ExtractorTest.java | 53 private static final String mStatsFile = mContext.getExternalFilesDir(null) + "/Extractor."
|
D | MuxerTest.java | 61 mContext.getExternalFilesDir(null) + "/Muxer." + System.currentTimeMillis() + ".csv";
|
D | DecoderTest.java | 60 mContext.getExternalFilesDir(null) + "/Decoder." + System.currentTimeMillis() + ".csv";
|
D | EncoderTest.java | 65 mContext.getExternalFilesDir(null) + "/Encoder." + System.currentTimeMillis() + ".csv";
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | CameraTest.java | 161 mContext.getExternalFilesDir(null).getPath(), "/test.bmp"); in onPictureTaken()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
D | CameraStressTest.java | 90 .getExternalFilesDir(null).getPath(), CAMERA_STRESS_OUTPUT)); in setUp()
|
D | Camera2SwitchPreviewTest.java | 144 mVideoFilePath = mContext.getExternalFilesDir(null).getPath(); in setUp()
|
D | Camera2RecordingTest.java | 91 .getExternalFilesDir(null).getPath();
|
/frameworks/base/core/java/android/app/ |
D | NativeActivity.java | 172 getAbsolutePath(getExternalFilesDir(null)), in onCreate()
|
D | DownloadManager.java | 517 final File file = context.getExternalFilesDir(dirType); in setDestinationInExternalFilesDir()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 496 File efLocation = getExternalFilesDir(null); in onFullBackup() 641 File efLocation = getExternalFilesDir(null); in fullBackupFile()
|
D | FullBackup.java | 381 EXTERNAL_DIR = context.getExternalFilesDir(null); in BackupScheme()
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 255 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in ContextWrapper 256 return mBase.getExternalFilesDir(type); in getExternalFilesDir()
|
D | Context.java | 1160 public abstract File getExternalFilesDir(@Nullable String type); in getExternalFilesDir() method in Context
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | Camera2SurfaceViewTestCase.java | 102 .getExternalFilesDir(null).getPath();
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 220 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in MockContext
|
/frameworks/base/core/java/android/os/ |
D | Debug.java | 1249 dir = context.getExternalFilesDir(null); in fixTracePath()
|
/frameworks/base/test-mock/api/ |
D | current.txt | 74 method public java.io.File getExternalFilesDir(String);
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1484 public File getExternalFilesDir(String type) { in getExternalFilesDir() method in BridgeContext
|