Home
last modified time | relevance | path

Searched refs:sLocaleInfoRelationships (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowLocaleStore.java37 sLocaleInfoRelationships = new HashMap<>(); field in ShadowLocaleStore
42 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()