Home
last modified time | relevance | path

Searched defs:getLocales (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/compat/java/android/support/v4/os/
DConfigurationCompat.java36 public static LocaleListCompat getLocales(Configuration configuration) { in getLocales() method in ConfigurationCompat
/frameworks/base/core/java/android/text/style/
DLocaleSpan.java112 public LocaleList getLocales() { in getLocales() method in LocaleSpan
/frameworks/base/core/java/android/hardware/input/
DKeyboardLayout.java106 public LocaleList getLocales() { in getLocales() method in KeyboardLayout
/frameworks/base/telephony/java/android/telephony/mbms/
DServiceInfo.java159 public List<Locale> getLocales() { in getLocales() method in ServiceInfo
/frameworks/base/core/java/android/content/res/
DConfiguration.java1730 public @NonNull LocaleList getLocales() { in getLocales() method in Configuration
DAssetManager.java766 public native final String[] getLocales(); in getLocales() method in AssetManager
/frameworks/base/libs/androidfw/
DAssetManager.cpp721 void AssetManager::getLocales(Vector<String8>* locales, bool includeSystemLocales) const in getLocales() function in AssetManager
DResourceTypes.cpp6022 void ResTable::getLocales(Vector<String8>* locales, bool includeSystemLocales, in getLocales() function in android::ResTable
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp580 static jobjectArray getLocales(JNIEnv* env, jobject clazz, bool includeSystemLocales) in getLocales() function