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