Searched refs:getSharedPreferencesPath (Results 1 – 10 of 10) sorted by relevance
6 method public java.io.File getSharedPreferencesPath(String);
472 final String sharedPrefsDir = ceContext.getSharedPreferencesPath("foo").getParentFile() in onFullBackup()480 final String deviceSharedPrefsDir = deContext.getSharedPreferencesPath("foo") in onFullBackup()720 spDir = ceContext.getSharedPreferencesPath("foo").getParentFile().getCanonicalPath(); in fullBackupFile()729 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()
270 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper271 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
1144 return getSharedPreferencesPath(name); in getSharedPrefsFile()1313 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
583 file = getSharedPreferencesPath(name); in getSharedPreferences()696 final File source = sourceContext.getSharedPreferencesPath(name); in moveSharedPreferencesFrom()697 final File target = getSharedPreferencesPath(name); in moveSharedPreferencesFrom()716 final File prefs = getSharedPreferencesPath(name); in deleteSharedPreferences()961 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextImpl
196 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
86 method public abstract java.io.File getSharedPreferencesPath(String);91 method public java.io.File getSharedPreferencesPath(String);
1536 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;4046 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
1536 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;4049 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;