Searched refs:sLocaleInfoRelationships (Results 1 – 1 of 1) sorted by relevance
37 sLocaleInfoRelationships = new HashMap<>(); field in ShadowLocaleStore42 Set<LocaleStore.LocaleInfo> set = sLocaleInfoRelationships.getOrDefault(parentInfo, in addLocaleRelationship()45 sLocaleInfoRelationships.put(parentInfo, set); in addLocaleRelationship()50 sLocaleInfoRelationships.clear(); in reset()57 return sLocaleInfoRelationships.getOrDefault(parent, new HashSet<>()); in getLevelLocales()59 return sLocaleInfoRelationships.keySet(); in getLevelLocales()