HomeSort by relevance Sort by last modified time
    Searched defs:getSharedPreferencesPath (Results 1 - 5 of 5) sorted by null

  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 181 public File getSharedPreferencesPath(String name) {
  /frameworks/base/core/java/android/content/
ContextWrapper.java 207 public File getSharedPreferencesPath(String name) {
208 return mBase.getSharedPreferencesPath(name);
Context.java 663 * @deprecated use {@link #getSharedPreferencesPath(String)}
667 return getSharedPreferencesPath(name);
706 * @see #getSharedPreferencesPath(String)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 345 file = getSharedPreferencesPath(name);
428 final File source = sourceContext.getSharedPreferencesPath(name);
429 final File target = getSharedPreferencesPath(name);
448 final File prefs = getSharedPreferencesPath(name);
626 public File getSharedPreferencesPath(String name) {
    [all...]

Completed in 419 milliseconds