Searched refs:sInstanceMap (Results 1 – 2 of 2) sorted by relevance
50 private static ArrayMap<String, SharedPreferencesSyncManager> sInstanceMap = new ArrayMap<>(); field in SharedPreferencesSyncManager81 if (!sInstanceMap.containsKey(packageName)) { in getInstance()82 sInstanceMap.put(packageName, new SharedPreferencesSyncManager(context, service)); in getInstance()84 return sInstanceMap.get(packageName); in getInstance()
164 private static TreeMap<String, MetadataDbHelper> sInstanceMap = null; field in MetadataDbHelper173 if (null == sInstanceMap) sInstanceMap = new TreeMap<>(); in getInstance()174 MetadataDbHelper helper = sInstanceMap.get(clientId); in getInstance()177 sInstanceMap.put(clientId, helper); in getInstance()