Searched refs:buildPath (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java62 File file = buildPath(mContext.getFilesDir(), "file.test");
66 file = buildPath(mContext.getFilesDir(), "subdir", "file.test");
70 file = buildPath(Environment.getExternalStorageDirectory(), "file.test");
82 File file = buildPath(mContext.getFilesDir(), "..", "file.test");
95 File file = buildPath(mContext.getFilesDir(), "file.test");
103 file = buildPath(mContext.getFilesDir(), "file.test");
112 File file = buildPath(mContext.getFilesDir(), "file.test");
116 file = buildPath(mContext.getFilesDir(), "subdir", "file.test");
136 File file = buildPath(mContext.getFilesDir(), "lol\"wat?foo&bar", "wat.txt");
149 File file = buildPath(mContex
340 private static File buildPath(File base, String... segments) { method in class:FileProviderTest
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsCacheActivity.java51 buildPath(path);
55 private static void buildPath(Path path) { method in class:PathsCacheActivity
99 buildPath(mPath);
106 buildPath(mPath);
H A DScaledTextActivity.java82 buildPath(path);
86 private static void buildPath(Path path) { method in class:ScaledTextActivity.ScaledTextView
H A DTextOnPathActivity.java46 buildPath(path);
50 private static void buildPath(Path path) { method in class:TextOnPathActivity
/frameworks/base/core/java/android/os/
H A DEnvironment.java144 externalForVold.add(buildPath(emulatedSourceBase, rawUserId));
145 externalForApp.add(buildPath(emulatedTargetBase, rawUserId));
147 mEmulatedDirForDirect = buildPath(mediaBase, rawUserId);
395 return buildPath(getLegacyExternalStorageDirectory(), DIR_ANDROID, DIR_OBB);
796 result[i] = buildPath(base[i], segments);
806 public static File buildPath(File base, String... segments) { method in class:Environment
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java577 target = buildPath(DEVICE_ROOT, path);
579 target = buildPath(context.getFilesDir(), path);
581 target = buildPath(context.getCacheDir(), path);
583 target = buildPath(Environment.getExternalStorageDirectory(), path);
752 private static File buildPath(File base, String... segments) { method in class:FileProvider

Completed in 125 milliseconds