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

/frameworks/base/core/java/android/app/
H A DFullBackupAgent.java50 dirsToScan.add(getFilesDir());
51 if (DEBUG) Log.v(TAG, "Backing up dir tree @ " + getFilesDir().getAbsolutePath() + " :");
H A DContextImpl.java399 File f = makeFilename(getFilesDir(), name);
407 File f = makeFilename(getFilesDir(), name);
428 File f = makeFilename(getFilesDir(), name);
433 public File getFilesDir() { method in class:ContextImpl
528 return makeFilename(getFilesDir(), name);
533 final String[] list = getFilesDir().list();
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java57 mFilesDir = context.getFilesDir();
77 File base = mContext.getFilesDir();
/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.java225 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
330 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
370 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
399 public File getFilesDir() { method in class:TestContext
400 return mRealContext.getFilesDir();
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java186 public File getFilesDir() { method in class:IsolatedContext
H A DInstrumentationTestRunner.java595 return getTargetContext().getFilesDir().getAbsolutePath() + File.separator +
/frameworks/base/core/java/android/content/
H A DContextWrapper.java177 public File getFilesDir() { method in class:ContextWrapper
178 return mBase.getFilesDir();
H A DContext.java399 * @see #getFilesDir
414 public abstract File getFilesDir(); method in class:Context
423 * <p>This is like {@link #getFilesDir()} in that these
480 * @see #getFilesDir
H A DSyncStorageEngine.java313 return new SyncStorageEngine(context, context.getFilesDir());
/frameworks/base/core/tests/coretests/src/android/os/
H A DMemoryFileTest.java253 File tempFile = File.createTempFile("MemoryFileTest",".tmp", getContext().getFilesDir());
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java156 public File getFilesDir() { method in class:MockContext
/frameworks/base/tests/CoreTests/android/core/
H A DSSLPerformanceTest.java323 return new File(getContext().getFilesDir(), CACHE_DIR);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java513 File filesDir = mContext.getFilesDir();
2319 File filesDir = mContext.getFilesDir();
2363 File filesDir = mContext.getFilesDir();
2554 File filesDir = mContext.getFilesDir();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeContext.java963 public File getFilesDir() { method in class:BridgeContext

Completed in 114 milliseconds