Searched refs:mSharedPrefsPaths (Results 1 – 1 of 1) sorted by relevance
219 private ArrayMap<String, File> mSharedPrefsPaths; field in ContextImpl601 if (mSharedPrefsPaths == null) { in getSharedPreferences()602 mSharedPrefsPaths = new ArrayMap<>(); in getSharedPreferences()604 file = mSharedPrefsPaths.get(name); in getSharedPreferences()607 mSharedPrefsPaths.put(name, file); in getSharedPreferences()