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

1 2 3 4 5

  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterUtils.java 30 return context.getFilesDir();
  /cts/tests/autofillservice/src/android/autofillservice/cts/
OutOfProcessLoginActivity.java 102 return new File(context.getFilesDir(), "stopped");
112 return new File(context.getFilesDir(), "started");
122 return new File(context.getFilesDir(), "destroyed");
  /cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
SimpleIOActivity.java 31 File testFile = new File(getFilesDir(), "StoragedTest_Temp_FG");
  /cts/hostsidetests/testharness/app/src/android/testharness/app/
TestHarnessActivity.java 68 Path dirtyFile = getFilesDir().toPath().resolve(DIRTY_DEVICE_FILENAME);
76 return !Files.exists(getFilesDir().toPath().resolve(DIRTY_DEVICE_FILENAME));
  /cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DownloadRequestTest.java 48 File destinationDirectory = new File(getInstrumentation().getContext().getFilesDir(),
61 File destinationDirectory = new File(getInstrumentation().getContext().getFilesDir(),
MbmsDownloadSessionTest.java 95 File tempFileRootDirectory = new File(mContext.getFilesDir(), tempFileDirName);
109 File tempFileRootDirectory = new File(mContext.getFilesDir(), "NNN-DoesNotExist");
119 tempFileRootDirectory = new File(mContext.getFilesDir(), "this-is-a-file.dat");
130 mDownloadSession.setTempFileRootDirectory(mContext.getFilesDir());
193 File tempFileRootDir = new File(mContext.getFilesDir(), "CtsTestDir");
208 File tempFileRootDirectory = new File(mContext.getFilesDir(), tempFileDirName);
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 51 File dir = getContext().getFilesDir();
86 File dir = getContext().getFilesDir();
158 dir = getContext().getFilesDir();
241 helpTestFileObserver(getContext().getFilesDir(), false);
253 Pair.create(getContext().getFilesDir(), false),
262 Pair.create(getContext().getFilesDir(), false)
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContextTest.java 120 assertThat(context.getFilesDir().exists()).isTrue();
125 assertThat(context.fileList()).isEqualTo(context.getFilesDir().list());
157 File file = new File(context.getFilesDir(), "__test__");
181 try (FileInputStream fileInputStream = new FileInputStream(new File(context.getFilesDir(), file.getName()))) {
205 try (FileInputStream fileInputStream = new FileInputStream(new File(context.getFilesDir(), file.getName()))) {
223 try (FileInputStream fileInputStream = new FileInputStream(new File(context.getFilesDir(), file.getName()))) {
232 File filesDir = context.getFilesDir();
242 File filesDir = context.getFilesDir();
ShadowParcelFileDescriptorTest.java 26 file = new File(ApplicationProvider.getApplicationContext().getFilesDir(), "test");
30 new File(ApplicationProvider.getApplicationContext().getFilesDir(), "test_readonly");
109 File f = new File(ApplicationProvider.getApplicationContext().getFilesDir(), "outfile");
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
BaseBootReceiver.java 34 final File probe = new File(context.getFilesDir(),
  /cts/tests/backup/app/src/android/backup/app/
MainActivity.java 69 File f = new File(getFilesDir().getAbsolutePath(), FILE_NAME);
KeyValueBackupAgent.java 48 File testFile = new File(getFilesDir(), MainActivity.FILE_NAME);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
MediaStoreSaver.java 42 picDir = mContext.getFilesDir();
  /cts/tests/tests/security/src/android/security/cts/
MediaRecorderInfoLeakTest.java 45 new File(getContext().getFilesDir(), "record.output").getPath());
  /cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
OutOfProcessActivity.java 103 return new File(context.getFilesDir(), "stopped");
113 return new File(context.getFilesDir(), "started");
  /cts/tests/tests/selinux/common/src/android/security/
SELinuxTargetSdkTestBase.java 135 File appDataDir = getContext().getFilesDir();
143 File appDataDir = getContext().getFilesDir();
  /external/libbackup/src/com/google/android/libraries/backup/shadow/
FileBackupHelperSimulator.java 124 File base = context.getFilesDir();
144 File base = context.getFilesDir();
  /bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
UpdateConfigs.java 54 .get(context.getFilesDir().toString(), UPDATE_CONFIGS_ROOT)
  /cts/hostsidetests/backup/ProfileFullBackupApp/src/android/cts/backup/profilefullbackupapp/
ProfileFullBackupRestoreTest.java 47 File dir = getTargetContext().getFilesDir();
  /cts/tests/tests/content/src/android/content/cts/
SyncStorageEngineTest.java 73 return new File(new File(getContext().getFilesDir(), "system"), "sync");
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 55 File file = new File(getContext().getFilesDir(), FILE_NAME);
  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 48 mFile = new File(InstrumentationRegistry.getTargetContext().getFilesDir(),
  /cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
KeyValueBackupRestoreTest.java 233 File file = new File(mContext.getFilesDir(), TEST_FILE_1);
239 file = new File(mContext.getFilesDir(), TEST_FILE_2);
272 scanner = new Scanner(new File(mContext.getFilesDir(), fileName));
  /cts/hostsidetests/backup/AllowBackup/src/
AllowBackupTest.java 63 File filesDir = mContext.getFilesDir();
  /cts/hostsidetests/backup/FullBackupOnly/src/
FullBackupOnlyTest.java 69 File filesDir = mContext.getFilesDir();

Completed in 6434 milliseconds

1 2 3 4 5