Home
last modified time | relevance | path

Searched refs:getSharedPreferencesPath (Results 1 – 13 of 13) 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/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.java1190 return getSharedPreferencesPath(name); in getSharedPrefsFile()
1359 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
/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.java1593 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java606 file = getSharedPreferencesPath(name); in getSharedPreferences()
725 final File source = sourceContext.getSharedPreferencesPath(name); in moveSharedPreferencesFrom()
726 final File target = getSharedPreferencesPath(name); in moveSharedPreferencesFrom()
745 final File prefs = getSharedPreferencesPath(name); in deleteSharedPreferences()
990 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextImpl
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java196 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.txt1516 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
3969 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
/frameworks/base/config/
Dboot-image-profile.txt1516 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
3972 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;