Searched refs:getSharedPreferencesPath (Results 1 – 13 of 13) sorted by relevance
6 method public java.io.File getSharedPreferencesPath(String);
482 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()
445 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()453 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
188 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in RavenwoodBaseContext
272 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper273 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
1190 return getSharedPreferencesPath(name); in getSharedPrefsFile()1359 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
270 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ApplicationContext273 return context.getSharedPreferencesPath(name); in getSharedPreferencesPath()
1593 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext
606 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
196 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
37 method public abstract java.io.File getSharedPreferencesPath(String);42 method public java.io.File getSharedPreferencesPath(String);
1516 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;3969 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
1516 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;3972 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;