Searched defs:getFilesDir (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java52 return new File(new File(getContext().getFilesDir(), "system"), "sync");
619 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
659 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
748 public File getFilesDir() { method in class:TestContext
749 return mRealContext.getFilesDir();
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java191 public File getFilesDir() { method in class:IsolatedContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java204 public File getFilesDir() { method in class:ContextWrapper
205 return mBase.getFilesDir();
H A DContext.java581 * @see #getFilesDir
596 public abstract File getFilesDir(); method in class:Context
605 * <p>This is like {@link #getFilesDir()} in that these
674 * @see #getFilesDir
685 * This is like {@link #getFilesDir()} in that these files will be deleted when
719 * This is like {@link #getFilesDir()} in that these files will be deleted when
749 * This is like {@link #getFilesDir()} in that these files will be deleted when
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java173 public File getFilesDir() { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java779 File f = makeFilename(getFilesDir(), name);
787 File f = makeFilename(getFilesDir(), name);
808 File f = makeFilename(getFilesDir(), name);
813 public File getFilesDir() { method in class:ContextImpl
922 return makeFilename(getFilesDir(), name);
927 final String[] list = getFilesDir().list();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1057 public File getFilesDir() { method in class:BridgeContext

Completed in 715 milliseconds