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

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java373 final String sharedPrefsDir = ceContext.getSharedPreferencesPath("foo").getParentFile()
384 final String deviceSharedPrefsDir = deContext.getSharedPreferencesPath("foo")
596 spDir = ceContext.getSharedPreferencesPath("foo").getParentFile().getCanonicalPath();
605 deviceSpDir = deContext.getSharedPreferencesPath("foo").getParentFile()
H A DFullBackup.java366 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile();
374 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile();
/frameworks/base/core/java/android/content/
H A DContext.java763 * @deprecated use {@link #getSharedPreferencesPath(String)}
767 return getSharedPreferencesPath(name);
806 * @see #getSharedPreferencesPath(String)
928 public abstract File getSharedPreferencesPath(String name); method in class:Context
H A DContextWrapper.java223 public File getSharedPreferencesPath(String name) { method in class:ContextWrapper
224 return mBase.getSharedPreferencesPath(name);
/frameworks/base/core/java/android/app/
H A DContextImpl.java400 file = getSharedPreferencesPath(name);
512 final File source = sourceContext.getSharedPreferencesPath(name);
513 final File target = getSharedPreferencesPath(name);
532 final File prefs = getSharedPreferencesPath(name);
746 public File getSharedPreferencesPath(String name) { method in class:ContextImpl
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java195 public File getSharedPreferencesPath(String name) { method in class:MockContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1480 public File getSharedPreferencesPath(String name) { method in class:BridgeContext
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 123 milliseconds