Searched refs:getSharedPreferencesPath (Results 1 – 10 of 10) sorted by relevance
319 final String sharedPrefsDir = ceContext.getSharedPreferencesPath("foo").getParentFile() in onFullBackup()330 final String deviceSharedPrefsDir = deContext.getSharedPreferencesPath("foo") in onFullBackup()534 spDir = ceContext.getSharedPreferencesPath("foo").getParentFile().getCanonicalPath(); in fullBackupFile()543 deviceSpDir = deContext.getSharedPreferencesPath("foo").getParentFile() in fullBackupFile()
328 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()336 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
210 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper211 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
747 return getSharedPreferencesPath(name); in getSharedPrefsFile()903 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
366 file = getSharedPreferencesPath(name); in getSharedPreferences()466 final File source = sourceContext.getSharedPreferencesPath(name); in moveSharedPreferencesFrom()467 final File target = getSharedPreferencesPath(name); in moveSharedPreferencesFrom()486 final File prefs = getSharedPreferencesPath(name); in deleteSharedPreferences()697 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextImpl
184 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
105 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
103 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
1471 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext