Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java319 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()
DFullBackup.java327 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
335 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
/frameworks/base/core/java/android/content/
DContextWrapper.java207 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper
208 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
DContext.java667 return getSharedPreferencesPath(name); in getSharedPrefsFile()
833 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java345 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
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java181 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
/frameworks/base/api/
Dsystem-removed.txt24 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
Dremoved.txt26 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
Dtest-removed.txt26 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1378 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext