Searched refs:mSharedPrefsPaths (Results 1 – 1 of 1) sorted by relevance
147 private ArrayMap<String, File> mSharedPrefsPaths; field in ContextImpl349 if (mSharedPrefsPaths == null) { in getSharedPreferences()350 mSharedPrefsPaths = new ArrayMap<>(); in getSharedPreferences()352 file = mSharedPrefsPaths.get(name); in getSharedPreferences()355 mSharedPrefsPaths.put(name, file); in getSharedPreferences()