Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DLocalePicker.java140 public static List<LocaleInfo> getAllAssetLocales(Context context, boolean isInDeveloperMode) { in getAllAssetLocales() argument
159 if (!isInDeveloperMode && LocaleList.isPseudoLocale(l)) { in getAllAssetLocales()
212 boolean isInDeveloperMode = Settings.Global.getInt(context.getContentResolver(), in constructAdapter()
214 final List<LocaleInfo> localeInfos = getAllAssetLocales(context, isInDeveloperMode); in constructAdapter()
DLocaleStore.java467 final boolean isInDeveloperMode = Settings.Global.getInt(context.getContentResolver(), in fillCache()
482 if (isInDeveloperMode) { in fillCache()
/frameworks/opt/localepicker/src/com/android/localepicker/
DLocaleStore.java269 final boolean isInDeveloperMode = Settings.Global.getInt(context.getContentResolver(), in fillCache()
279 if (isInDeveloperMode) { in fillCache()