Searched defs:getSharedPreferencesPath (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContextWrapper.java210 public File getSharedPreferencesPath(String name) { method in class:ContextWrapper
211 return mBase.getSharedPreferencesPath(name);
H A DContext.java743 * @deprecated use {@link #getSharedPreferencesPath(String)}
747 return getSharedPreferencesPath(name);
784 * @see #getSharedPreferencesPath(String)
903 public abstract File getSharedPreferencesPath(String name); method in class:Context
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java184 public File getSharedPreferencesPath(String name) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java366 file = getSharedPreferencesPath(name);
466 final File source = sourceContext.getSharedPreferencesPath(name);
467 final File target = getSharedPreferencesPath(name);
486 final File prefs = getSharedPreferencesPath(name);
697 public File getSharedPreferencesPath(String name) { method in class:ContextImpl
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1471 public File getSharedPreferencesPath(String name) { method in class:BridgeContext

Completed in 176 milliseconds