Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java215 private ArrayMap<String, File> mSharedPrefsPaths; field in ContextImpl
578 if (mSharedPrefsPaths == null) { in getSharedPreferences()
579 mSharedPrefsPaths = new ArrayMap<>(); in getSharedPreferences()
581 file = mSharedPrefsPaths.get(name); in getSharedPreferences()
584 mSharedPrefsPaths.put(name, file); in getSharedPreferences()