Home
last modified time | relevance | path

Searched defs:getSharedPreferencesPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java196 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in MockContext
/aosp12/frameworks/base/core/java/android/content/
H A DContextWrapper.java245 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextWrapper
H A DContext.java1118 public abstract File getSharedPreferencesPath(String name); in getSharedPreferencesPath() method in Context
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1519 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in BridgeContext
/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java922 public File getSharedPreferencesPath(String name) { in getSharedPreferencesPath() method in ContextImpl