Searched defs:getLocales (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/os/
H A DConfigurationCompat.java36 public static LocaleListCompat getLocales(Configuration configuration) { method in class:ConfigurationCompat
38 return LocaleListCompat.wrap(configuration.getLocales());
/frameworks/base/core/java/android/text/style/
H A DLocaleSpan.java101 * @see #getLocales()
112 public LocaleList getLocales() { method in class:LocaleSpan
/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java106 public LocaleList getLocales() { method in class:KeyboardLayout
/frameworks/base/telephony/java/android/telephony/mbms/
H A DServiceInfo.java158 public List<Locale> getLocales() { method in class:ServiceInfo
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java89 return Resources.getSystem().getAssets().getLocales();
284 public static LocaleList getLocales() { method in class:LocalePicker
287 .getConfiguration().getLocales();
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifierImplNative.java109 public static String getLocales(int fd) { method in class:TextClassifierImplNative
217 public String getLocales() { method in class:TextClassifierImplNative.SelectionOptions
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java1192 public String[] getLocales() { method in class:AssetManager
1200 * Same as getLocales(), except that locales that are only provided by the system (i.e. those
1204 * assets support Cherokee and French, getLocales() would return
H A DConfiguration.java117 * @deprecated Do not set or read this directly. Use {@link #getLocales()} and
119 * <code>getLocales().get(0)</code> is now the preferred accessor.
1812 public @NonNull LocaleList getLocales() { method in class:Configuration
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp764 void AssetManager::getLocales(Vector<String8>* locales, bool includeSystemLocales) const function in class:AssetManager
768 res->getLocales(locales, includeSystemLocales, true /* mergeEquivalentLangs */);
H A DResourceTypes.cpp6210 void ResTable::getLocales(Vector<String8>* locales, bool includeSystemLocales, function in class:ResTable

Completed in 1371 milliseconds