Searched refs:getLevelLocales (Results 1 – 7 of 7) sorted by relevance
133 ExtendedMockito.when(LocaleStore.getLevelLocales(mContext, in testOnPreferenceClick_hasMultipleChildLocales_returnsTrue()146 ExtendedMockito.when(LocaleStore.getLevelLocales(mContext, in testOnPreferenceClick_hasMultipleChildLocales_localeNotUpdated()160 ExtendedMockito.when(LocaleStore.getLevelLocales(mContext, in testOnPreferenceClick_hasMultipleChildLocales_neverCallsGoBack()174 ExtendedMockito.when(LocaleStore.getLevelLocales(mContext, in testOnPreferenceClick_hasSingleChildLocale_returnsTrue()185 ExtendedMockito.when(LocaleStore.getLevelLocales(mContext, in testOnPreferenceClick_hasSingleChildLocale_localeUpdated()198 ExtendedMockito.when(LocaleStore.getLevelLocales(mContext, in testOnPreferenceClick_hasSingleChildLocale_callsGoBack()
66 mLocaleInfos = LocaleStore.getLevelLocales(context, in getLocaleInfos()86 for (LocaleStore.LocaleInfo locale : LocaleStore.getLevelLocales( in addLocaleInfoList()
44 Set<LocaleStore.LocaleInfo> mLocaleInfoSet = LocaleStore.getLevelLocales( in defineLocaleProvider()
39 Set<LocaleStore.LocaleInfo> localeInfoSet = LocaleStore.getLevelLocales( in defineLocaleProvider()
98 Set<LocaleStore.LocaleInfo> subLocales = LocaleStore.getLevelLocales( in onPreferenceClick()
134 Set<LocaleStore.LocaleInfo> subLocales = LocaleStore.getLevelLocales( in getPreference()
54 protected static Set<LocaleStore.LocaleInfo> getLevelLocales(Context context, in getLevelLocales() method in ShadowLocaleStore