Searched refs:mSharedPrefsPaths (Results 1 – 1 of 1) sorted by relevance
193 private ArrayMap<String, File> mSharedPrefsPaths; field in ContextImpl442 if (mSharedPrefsPaths == null) { in getSharedPreferences()443 mSharedPrefsPaths = new ArrayMap<>(); in getSharedPreferences()445 file = mSharedPrefsPaths.get(name); in getSharedPreferences()448 mSharedPrefsPaths.put(name, file); in getSharedPreferences()