Home
last modified time | relevance | path

Searched refs:getSharedPreferencesPath (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/test-mock/api/
H A Dremoved.txt6 method public java.io.File getSharedPreferencesPath(String);
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java472 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()
H A DFullBackup.java445 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
453 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java270 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper
271 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
H A DContext.java1144 return getSharedPreferencesPath(name); in getSharedPrefsFile()
1313 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java583 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
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java196 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
/aosp14/frameworks/base/core/api/
H A Dremoved.txt86 method public abstract java.io.File getSharedPreferencesPath(String);
91 method public java.io.File getSharedPreferencesPath(String);
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1536 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
4046 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1536 HSPLandroid/app/ContextImpl;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;
4049 HSPLandroid/content/ContextWrapper;->getSharedPreferencesPath(Ljava/lang/String;)Ljava/io/File;