Home | History | Annotate | Download | only in dictionarypack

Lines Matching defs:sInstanceMap

154     private static TreeMap<String, MetadataDbHelper> sInstanceMap = null;
163 if (null == sInstanceMap) sInstanceMap = new TreeMap<>();
164 MetadataDbHelper helper = sInstanceMap.get(clientId);
167 sInstanceMap.put(clientId, helper);