Searched refs:getSharedPreferencesPath (Results 1 – 12 of 12) 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
270 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ApplicationContext273 return context.getSharedPreferencesPath(name); in getSharedPreferencesPath()
1581 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext
605 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
272 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper273 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
1251 return getSharedPreferencesPath(name); in getSharedPrefsFile()1420 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
197 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);
1575 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;4174 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;