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

/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/core/java/com/android/internal/app/
H A DLocalePicker.java89 return Resources.getSystem().getAssets().getLocales();
291 public static LocaleList getLocales() { method in class:LocalePicker
294 .getConfiguration().getLocales();
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java733 public native final String[] getLocales(); method in class:AssetManager
736 * Same as getLocales(), except that locales that are only provided by the system (i.e. those
740 * assets support Cherokee and French, getLocales() would return
H A DConfiguration.java89 * @deprecated Do not set or read this directly. Use {@link #getLocales()} and
91 * <code>getLocales().get(0)</code> is now the preferred accessor.
1449 public @NonNull LocaleList getLocales() { method in class:Configuration
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp389 res->getLocales(&locales);
830 void AssetManager::getLocales(Vector<String8>* locales, bool includeSystemLocales) const function in class:AssetManager
834 res->getLocales(locales, includeSystemLocales);
H A DResourceTypes.cpp5882 void ResTable::getLocales(Vector<String8>* locales, bool includeSystemLocales) const { function in class:android::ResTable
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp591 static jobjectArray getLocales(JNIEnv* env, jobject clazz, bool includeSystemLocales) function in namespace:android
600 am->getLocales(&locales, includeSystemLocales);
623 return getLocales(env, clazz, true /* include system locales */);
628 return getLocales(env, clazz, false /* don't include system locales */);
2175 { "getLocales", "()[Ljava/lang/String;",

Completed in 1286 milliseconds