Searched refs:getFilesDir (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java57 mFilesDir = context.getFilesDir();
77 File base = mContext.getFilesDir();
H A DBackupAgent.java223 String filesDir = getFilesDir().getCanonicalPath();
283 filesDir = getFilesDir().getCanonicalPath();
432 basePath = getFilesDir().getCanonicalPath();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLockTest.java50 File parentDir = getContext().getFilesDir();
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java138 new File(getFilesDir(), "state"),
162 new File(getFilesDir(), "restore_state"),
/frameworks/base/core/tests/coretests/src/android/content/
H A DSyncStorageEngineTest.java228 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
333 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
373 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
402 public File getFilesDir() { method in class:TestContext
403 return mRealContext.getFilesDir();
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java191 public File getFilesDir() { method in class:IsolatedContext
H A DInstrumentationTestRunner.java617 return getTargetContext().getFilesDir().getAbsolutePath() + File.separator +
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeAgent.java68 mDataFile = new File(getFilesDir(), HugeBackupActivity.DATA_FILE_NAME);
H A DHugeBackupActivity.java79 mDataFile = new File(getFilesDir(), HugeBackupActivity.DATA_FILE_NAME);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java184 public File getFilesDir() { method in class:ContextWrapper
185 return mBase.getFilesDir();
H A DContext.java510 * @see #getFilesDir
525 public abstract File getFilesDir(); method in class:Context
534 * <p>This is like {@link #getFilesDir()} in that these
591 * @see #getFilesDir
H A DSyncStorageEngine.java313 return new SyncStorageEngine(context, context.getFilesDir());
/frameworks/base/core/tests/coretests/src/com/android/server/
H A DMountServiceTests.java114 final File filesDir = mContext.getFilesDir();
/frameworks/base/core/java/android/app/
H A DContextImpl.java609 File f = makeFilename(getFilesDir(), name);
617 File f = makeFilename(getFilesDir(), name);
638 File f = makeFilename(getFilesDir(), name);
643 public File getFilesDir() { method in class:ContextImpl
749 return makeFilename(getFilesDir(), name);
754 final String[] list = getFilesDir().list();
H A DNativeActivity.java194 getFilesDir().toString(), getObbDir().toString(),
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java51 mTestProc = new File(getContext().getFilesDir(), "proc");
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java157 public File getFilesDir() { method in class:MockContext
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java254 final File filesDir = mContext.getFilesDir();
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java553 File filesDir = mContext.getFilesDir();
2642 File filesDir = mContext.getFilesDir();
2691 File filesDir = mContext.getFilesDir();
2882 File filesDir = mContext.getFilesDir();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java197 String root = getFilesDir().getAbsolutePath();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java175 mPolicyDir = getContext().getFilesDir();
H A DNetworkStatsServiceTest.java119 mStatsDir = getContext().getFilesDir();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1040 public File getFilesDir() { method in class:BridgeContext

Completed in 544 milliseconds