Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DLocalePickerWithRegion.java55 private LocaleStore.LocaleInfo mParentLocale; field in LocalePickerWithRegion
163 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()