HomeSort by relevance Sort by last modified time
    Searched refs:getFilesDir (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
MbmsDownloadReceiverTest.java 119 tempFileRootDir = new File(mContext.getFilesDir(), "CtsTestDir");
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 333 File internalAppDir = getFilesDir();
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 333 File internalAppDir = getFilesDir();
  /development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
AddFileActivity.java 333 File internalAppDir = getFilesDir();
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockContext.java 139 public File getFilesDir() {
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 101 File myFile = new File(getContext().getFilesDir(), "hello");
123 File myDir = new File(getContext().getFilesDir(), "helloDirectory");
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 198 final File defaultFile = new File(mContext.getFilesDir(), "test");
199 final File deviceFile = new File(deviceContext.getFilesDir(), "test");
412 final File base = mContext.getFilesDir();
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 188 final File filesDir = getContext().getFilesDir();
  /cts/tests/camera/src/android/hardware/camera2/cts/
HeifWriterTest.java 71 ? mContext.getFilesDir()
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 121 ? mContext.getFilesDir()
Camera2SurfaceViewTestCase.java 141 ? mContext.getFilesDir()
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 85 File dir = getContext().getFilesDir();
ParcelFileDescriptorTest.java 461 File dir = con.getFilesDir();
  /cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustAndVerify.java 201 File copy = File.createTempFile("tmp", ".pdf", getActivity().getFilesDir());
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 166 String dirName = getContext().getFilesDir().getAbsolutePath();
174 String dirName = getContext().getFilesDir().getAbsolutePath();
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 580 mVideoTargetDir = new File(this.getFilesDir(), "debug");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 519 final File file = new File(getFilesDir() + File.separator + "images"
  /cts/tests/app/src/android/app/cts/
DownloadManagerTest.java 524 File file = createFile(mContext.getFilesDir(), "colors.txt");
  /cts/tests/providerui/src/android/providerui/cts/
MediaStoreUiTest.java 263 final File targetDir = new File(mContext.getFilesDir(), "debug");
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 137 String dbPath = getActivity().getFilesDir().toString() + "/icons";
  /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();
  /cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
StagedInstallTest.java 92 InstrumentationRegistry.getInstrumentation().getContext().getFilesDir(),
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 726 File dir = InstrumentationRegistry.getTargetContext().getFilesDir();
    [all...]

Completed in 621 milliseconds

1 2 34 5