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

1 2 34 5 6 7 8 910

  /frameworks/base/test-runner/src/android/test/
IsolatedContext.java 192 public File getFilesDir() {
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 68 mDataFile = new File(getFilesDir(), HugeBackupActivity.DATA_FILE_NAME);
HugeBackupActivity.java 79 mDataFile = new File(getFilesDir(), HugeBackupActivity.DATA_FILE_NAME);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/nonrequiredapps/
SystemAppsSnapshot.java 157 return new File(context.getFilesDir() + File.separator + "system_apps"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 160 return context.getFilesDir() + File.separator + "dicts";
167 return context.getFilesDir() + File.separator + "staging";
174 return context.getFilesDir() + File.separator + "tmp";
212 return context.getFilesDir().listFiles(new FilenameFilter() {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java 67 addDirectory(context, os, context.getFilesDir().getParentFile(), "contacts-files");
  /cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
EncryptionAppTest.java 308 return new File(context.getFilesDir(), "test");
318 final File probe = new File(otherContext.getFilesDir(),
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 431 final StructStat actual = Os.stat(getContext().getFilesDir().getAbsolutePath());
440 final StructStat actual = Os.stat(getContext().getFilesDir().getAbsolutePath());
493 final File current = getContext().getFilesDir();
506 assertTrue(new File(getContext().getFilesDir(), "normal.raw").createNewFile());
511 assertTrue(new File(getContext().getFilesDir(), "normal.raw").exists());
  /frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerTestService.java 94 getFilesDir().mkdir();
433 for (File file : getFilesDir().listFiles()) {
488 getFilesDir().getPath() + "/" + properties.getProperty("triggerAudio")));
497 getFilesDir().getPath() + "/" + properties.getProperty("dataFile"));
604 getFilesDir() + File.separator + mModelInfo.name.replace(' ', '_') +
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 78 File topDir = new File(context.getFilesDir(), dirName);
165 File entry = new File(context.getFilesDir(), name);
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
FileRotatorTest.java 69 mBasePath = getContext().getFilesDir();
374 String dirPath = getContext().getFilesDir() + File.separator + "inaccessible";
  /frameworks/base/services/tests/servicestests/src/com/android/server/job/
JobStoreTest.java 37 Log.d(TAG, "Saving tasks to '" + mTestContext.getFilesDir() + "'");
39 JobStore.initAndGetForTesting(mTestContext, mTestContext.getFilesDir());
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
LockSettingsStorageTests.java 63 mStorageDir = new File(getContext().getFilesDir(), "locksettings");
80 new File(getContext().getFilesDir(), "locksettings"));
  /frameworks/base/telephony/java/android/telephony/
MbmsDownloadSession.java 124 * path returned by {@link Context#getFilesDir()}.
375 * {@link Context#getFilesDir()}, or {@link Context#getCacheDir()}).
425 if (mContext.getFilesDir().getCanonicalPath().equals(canonicalTempFilePath)) {
474 File tempRootDirectory = new File(mContext.getFilesDir(),
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UtilsTest.java 338 final String fileLocation = getContext().getFilesDir().toString() + "/" + TEST_FILE_NAME;
364 final String fileLocation = getContext().getFilesDir().toString() + "/" + TEST_FILE_NAME;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
NfcTestActivity.java 161 final File file = new File(getFilesDir() + File.separator + "images"
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 99 File publicFile = new File(mContext.getFilesDir(), PUBLIC_FILE_NAME);
  /cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/
IncludeExcludeTest.java 77 File filesDir = mContext.getFilesDir();
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
ContentTest.java 273 String filename = mContext.getFilesDir() + File.separator + "texts" + File.separator
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptorTest.java 49 mFile = new File(getContext().getFilesDir(), FILE_NAME);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
IconTest.java 85 File file = new File(mActivity.getFilesDir(), "testimage.jpg");
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 192 final File imagesDir = new File(getFilesDir(), "images");
  /developers/build/prebuilts/gradle/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageProvider.java 73 mBaseDir = context.getFilesDir();
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 192 * @see Context#getFilesDir()
198 File filePath = new File(getContext().getFilesDir(), "images");
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
SoundRecorder.java 163 if (!new File(mContext.getFilesDir(), mOutputFileName).exists()) {

Completed in 1173 milliseconds

1 2 34 5 6 7 8 910