Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java209 private ArrayMap<String, File> mSharedPrefsPaths; field in ContextImpl
540 if (mSharedPrefsPaths == null) { in getSharedPreferences()
541 mSharedPrefsPaths = new ArrayMap<>(); in getSharedPreferences()
543 file = mSharedPrefsPaths.get(name); in getSharedPreferences()
546 mSharedPrefsPaths.put(name, file); in getSharedPreferences()