Searched refs:mParentLocale (Results 1 – 1 of 1) sorted by relevance
55 private LocaleStore.LocaleInfo mParentLocale; field in LocalePickerWithRegion163 this.mParentLocale = parent; in setListener()199 final boolean countryMode = mParentLocale != null; in onCreate()200 final Locale sortingLocale = countryMode ? mParentLocale.getLocale() : Locale.getDefault(); in onCreate()234 if (mParentLocale != null) { in onResume()235 getActivity().setTitle(mParentLocale.getFullNameNative()); in onResume()309 if (mParentLocale == null) { in onCreateOptionsMenu()