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.java328 SHAREDPREF_DIR = ceContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
336 DEVICE_SHAREDPREF_DIR = deContext.getSharedPreferencesPath("foo").getParentFile(); in BackupScheme()
/frameworks/base/core/java/android/content/
DContextWrapper.java210 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper
211 return mBase.getSharedPreferencesPath(name); in getSharedPreferencesPath()
DContext.java747 return getSharedPreferencesPath(name); in getSharedPrefsFile()
903 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java366 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
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java184 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
/frameworks/base/api/
Dremoved.txt105 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
Dsystem-removed.txt103 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
Dtest-removed.txt105 method public abstract java.io.File getSharedPreferencesPath(java.lang.String);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1471 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext