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

12 3 4 5 6 7 8 910

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DefaultWallpaperInfo.java 200 return new File(context.getFilesDir(), Build.VERSION.SDK_INT
206 new File(c.getFilesDir(), WallpaperFiles.DEFAULT_WALLPAPER_THUMBNAIL_OLD).delete();
207 new File(c.getFilesDir(), WallpaperFiles.DEFAULT_WALLPAPER_THUMBNAIL).delete();
210 new File(c.getFilesDir(), i + "_" + WallpaperFiles.DEFAULT_WALLPAPER_THUMBNAIL).delete();
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 66 return new File(new File(getContext().getFilesDir(), "system"), "sync");
201 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
241 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
330 public File getFilesDir() {
331 return mRealContext.getFilesDir();
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 83 new Settings(InstrumentationRegistry.getContext().getFilesDir(), new Object());
95 new Settings(InstrumentationRegistry.getContext().getFilesDir(), new Object());
109 new Settings(InstrumentationRegistry.getContext().getFilesDir(), new Object());
129 new Settings(InstrumentationRegistry.getContext().getFilesDir(), new Object());
134 settings = new Settings(InstrumentationRegistry.getContext().getFilesDir(), new Object());
147 new Settings(InstrumentationRegistry.getContext().getFilesDir(), new Object());
186 new File(InstrumentationRegistry.getContext().getFilesDir(), "com.android.bar-1");
188 new File(InstrumentationRegistry.getContext().getFilesDir(), "com.android.bar-2");
546 new Settings(InstrumentationRegistry.getContext().getFilesDir(), new Object());
    [all...]
  /external/libbackup/src/com/google/android/libraries/backup/shadow/
FileBackupHelperSimulator.java 124 File base = context.getFilesDir();
144 File base = context.getFilesDir();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 94 public File getFilesDir() {
127 return new File(getFilesDir(), name);
  /cts/hostsidetests/backup/AllowBackup/src/
AllowBackupTest.java 60 File filesDir = mContext.getFilesDir();
  /cts/tests/backup/app/src/android/backup/app/
KeyValueBackupAgent.java 48 File testFile = new File(getFilesDir(), MainActivity.FILE_NAME);
  /cts/tests/tests/content/src/android/content/cts/
SyncStorageEngineTest.java 71 return new File(new File(getContext().getFilesDir(), "system"), "sync");
ImageCaptureUriExtraToClipDataTest.java 58 mTestFile = new File(getContext().getFilesDir() + File.separator + FILE_NAME);
  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseOutputStreamTest.java 55 File file = new File(getContext().getFilesDir(), FILE_NAME);
  /cts/tests/tests/security/src/android/security/cts/
SELinuxTest.java 56 File appDataDir = getContext().getFilesDir();
  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 47 mFile = new File(InstrumentationRegistry.getTargetContext().getFilesDir(),
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
TaskPersisterTest.java 43 mTaskPersister = new TaskPersister(getContext().getFilesDir());
  /frameworks/base/services/tests/servicestests/src/com/android/server/usage/
AppIdleHistoryTests.java 34 mStorageDir = new File(getContext().getFilesDir(), "appidle");
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskSnapshotPersisterTestBase.java 52 sFilesDir = InstrumentationRegistry.getContext().getFilesDir();
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java 48 final File thumbsDir = new File(getFilesDir(), "thumbs");
  /cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
KeyValueBackupRestoreTest.java 228 File file = new File(mContext.getFilesDir(), TEST_FILE_1);
234 file = new File(mContext.getFilesDir(), TEST_FILE_2);
267 scanner = new Scanner(new File(mContext.getFilesDir(), fileName));
  /cts/hostsidetests/backup/FullBackupOnly/src/
FullBackupOnlyTest.java 66 File filesDir = mContext.getFilesDir();
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java 89 String dbPath = getActivity().getFilesDir().toString() + "/icons";
  /frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesLocaleTest.java 37 File path = new File(getContext().getFilesDir(), resources.getResourceEntryName(id));
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 45 File parentDir = getContext().getFilesDir();
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
LogoUtils.java 121 return new File(context.getFilesDir() + File.separator + "organisation_logo");
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/
DisclaimersParser.java 52 mDisclaimerDir = new File(mContext.getFilesDir(), DIR_PROVISIONING_PARAMS_FILE_CACHE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationHelper.java 82 final File filesDir = context.getFilesDir();
84 Log.e(TAG, "context.getFilesDir() returned null.");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTestsHelper.java 62 FileUtils.deleteFilteredFiles(context.getFilesDir(), filenameFilter);

Completed in 1262 milliseconds

12 3 4 5 6 7 8 910