HomeSort by relevance Sort by last modified time
    Searched refs:getFilesDir (Results 151 - 175 of 241) sorted by null

1 2 3 4 5 67 8 910

  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 406 File dir = con.getFilesDir();
  /cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustAndVerify.java 199 File copy = File.createTempFile("tmp", ".pdf", getActivity().getFilesDir());
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreUiTest.java 153 final File targetDir = new File(context.getFilesDir(), "debug");
MediaStore_Audio_MediaTest.java 64 getInstrumentation().getTargetContext().getFilesDir().getAbsolutePath();
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 125 String dbPath = getActivity().getFilesDir().toString() + "/icons";
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 58 mTarget = getContext().getFilesDir();
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 254 final File filesDir = mContext.getFilesDir();
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 170 File[] files = getFilesDir().listFiles();
355 File[] files = getFilesDir().listFiles();
460 return new File(context.getFilesDir(), PRINT_JOB_FILE_PREFIX
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/content/
FileProvider.java 135 * area. This subdirectory is the same as the value returned by {@link Context#getFilesDir()
136 * Context.getFilesDir()}.
248 *File imagePath = new File(Context.getFilesDir(), "images");
603 target = context.getFilesDir();
660 * {@code addRoot("myfiles", context.getFilesDir())}, then
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 317 fileUri = Uri.fromFile(new File(context.getFilesDir(), fileName));
  /packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
EmbmsTestDownloadApp.java 211 File downloadDir = new File(EmbmsTestDownloadApp.this.getFilesDir(),
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 165 String dirName = getContext().getFilesDir().getAbsolutePath();
173 String dirName = getContext().getFilesDir().getAbsolutePath();
    [all...]
  /frameworks/base/core/java/android/content/
ContextWrapper.java 231 public File getFilesDir() {
232 return mBase.getFilesDir();
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 811 mThumbnail = Thumbnail.loadFrom(new File(getFilesDir(), Thumbnail.LAST_THUMB_FILENAME));
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
PhoneAccountRegistrarTest.java 77 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(),
93 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(),
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 481 final File file = new File(getFilesDir() + File.separator + "images"
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 210 File dir = mContext.getFilesDir();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 112 new BitmapDrawable(mContext.getFilesDir().getPath());
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 96 mBaseDir = getContext().getFilesDir();
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 96 mBaseDir = getContext().getFilesDir();
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 96 mBaseDir = getContext().getFilesDir();
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 644 return getTargetContext().getFilesDir().getAbsolutePath() + File.separator +
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 205 public File getFilesDir() {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 161 File dataDir = mContext.getFilesDir();
  /packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java 260 getFilesDir());

Completed in 1252 milliseconds

1 2 3 4 5 67 8 910