Searched refs:localList (Results 1 – 1 of 1) sorted by relevance
27 LocaleList localList = context.getResources().getConfiguration().getLocales(); in getLocale() local28 if (!localList.isEmpty()) { in getLocale()29 return localList.get(0); in getLocale()