Home
last modified time | relevance | path

Searched refs:getSharedPreferencesPath (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/test-mock/api/
Dremoved.txt6 method public java.io.File getSharedPreferencesPath(String);
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java482 final String sharedPrefsDir = ceContext.getSharedPreferencesPath("foo").getParentFile() in onFullBackup()
490 final String deviceSharedPrefsDir = deContext.getSharedPreferencesPath("foo") in onFullBackup()
730 spDir = ceContext.getSharedPreferencesPath("foo").getParentFile().getCanonicalPath(); in fullBackupFile()
739 deviceSpDir = deContext.getSharedPreferencesPath("foo").getParentFile() in fullBackupFile()
DFullBackup.java445 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
453 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java188 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in RavenwoodBaseContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java270 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ApplicationContext
273 return context.getSharedPreferencesPath(name); in getSharedPreferencesPath()
DBridgeContext.java1581 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java605 file = getSharedPreferencesPath(name); in getSharedPreferences()
724 final File source = sourceContext.getSharedPreferencesPath(name); in moveSharedPreferencesFrom()
725 final File target = getSharedPreferencesPath(name); in moveSharedPreferencesFrom()
744 final File prefs = getSharedPreferencesPath(name); in deleteSharedPreferences()
989 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextImpl
/frameworks/base/core/java/android/content/
DContextWrapper.java272 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper
273 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
DContext.java1251 return getSharedPreferencesPath(name); in getSharedPrefsFile()
1420 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java197 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
/frameworks/base/core/api/
Dremoved.txt37 method public abstract java.io.File getSharedPreferencesPath(String);
42 method public java.io.File getSharedPreferencesPath(String);
/frameworks/base/boot/
Dboot-image-profile.txt1575 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
4174 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;