Searched refs:getSharedPreferencesPath (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java331 final String sharedPrefsDir = ceContext.getSharedPreferencesPath("foo").getParentFile()
342 final String deviceSharedPrefsDir = deContext.getSharedPreferencesPath("foo")
546 spDir = ceContext.getSharedPreferencesPath("foo").getParentFile().getCanonicalPath();
555 deviceSpDir = deContext.getSharedPreferencesPath("foo").getParentFile()
H A DFullBackup.java328 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile();
336 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile();
/frameworks/base/core/java/android/content/
H A DContext.java743 * @deprecated use {@link #getSharedPreferencesPath(String)}
747 return getSharedPreferencesPath(name);
784 * @see #getSharedPreferencesPath(String)
906 public abstract File getSharedPreferencesPath(String name); method in class:Context
H A DContextWrapper.java216 public File getSharedPreferencesPath(String name) { method in class:ContextWrapper
217 return mBase.getSharedPreferencesPath(name);
/frameworks/base/core/java/android/app/
H A DContextImpl.java368 file = getSharedPreferencesPath(name);
479 final File source = sourceContext.getSharedPreferencesPath(name);
480 final File target = getSharedPreferencesPath(name);
499 final File prefs = getSharedPreferencesPath(name);
713 public File getSharedPreferencesPath(String name) { method in class:ContextImpl
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java190 public File getSharedPreferencesPath(String name) { method in class:MockContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1473 public File getSharedPreferencesPath(String name) { method in class:BridgeContext

Completed in 153 milliseconds