Searched refs:mSharedPrefsPaths (Results 1 – 1 of 1) sorted by relevance
209 private ArrayMap<String, File> mSharedPrefsPaths; field in ContextImpl540 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()