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()
327 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()335 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
207 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper208 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
667 return getSharedPreferencesPath(name); in getSharedPrefsFile()833 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
345 file = getSharedPreferencesPath(name); in getSharedPreferences()428 final File source = sourceContext.getSharedPreferencesPath(name); in moveSharedPreferencesFrom()429 final File target = getSharedPreferencesPath(name); in moveSharedPreferencesFrom()448 final File prefs = getSharedPreferencesPath(name); in deleteSharedPreferences()626 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextImpl
181 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
24 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
26 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
1378 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext