/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
H A D | InputMethodSubtypeTest.java | 69 Locale localeObject = usSubtype.getLocaleObject(); in testLocaleObj_locale() 74 assertTrue(localeObject == usSubtype.getLocaleObject()); in testLocaleObj_locale() 80 Locale localeObject = usSubtype.getLocaleObject(); in testLocaleObj_languageTag() 86 assertTrue(localeObject == usSubtype.getLocaleObject()); in testLocaleObj_languageTag() 92 assertNull(emptyLocaleSubtype.getLocaleObject()); in testLocaleObj_emptyLocale() 94 assertNull(emptyLocaleSubtype.getLocaleObject()); in testLocaleObj_emptyLocale() 95 assertNull(emptyLocaleSubtype.getLocaleObject()); in testLocaleObj_emptyLocale()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textservice/ |
H A D | SpellCheckerSubtypeTest.java | 122 SUBTYPE_SUBTYPE_ID_NONE).getLocaleObject()); in testGetLocaleObject() 126 SUBTYPE_SUBTYPE_ID_NONE).getLocaleObject()); in testGetLocaleObject() 133 SUBTYPE_SUBTYPE_ID_NONE).getLocaleObject()); in testGetLocaleObject() 139 SUBTYPE_EXTRA_VALUE_A, SUBTYPE_SUBTYPE_ID_NONE).getLocaleObject()); in testGetLocaleObject() 146 SUBTYPE_SUBTYPE_ID_NONE).getLocaleObject()); in testGetLocaleObject() 154 .getLocaleObject().getLanguage()); in testGetLocaleObject()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodSubtype.java | 473 public Locale getLocaleObject() { in getLocaleObject() method in InputMethodSubtype 509 final Locale locale = getLocaleObject(); in getCanonicalizedLanguageTag() 612 getLocaleFromContext(context), getLocaleObject(), in getDisplayName() 637 getLocaleObject(), displayContext); in getDisplayName()
|
/aosp14/frameworks/base/core/java/android/view/textservice/ |
H A D | SpellCheckerSubtype.java | 229 public Locale getLocaleObject() { in getLocaleObject() method in SpellCheckerSubtype 248 final Locale locale = getLocaleObject(); in getDisplayName()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
H A D | InputMethodSubtypePreference.java | 45 subtype.getLocaleObject(), in InputMethodSubtypePreference()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | SubtypeUtils.java | 76 final Locale subtypeLocale = subtype.getLocaleObject(); in containsSubtypeOf() 124 source -> source != null ? source.getLocaleObject() : null;
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | SuggestionSpan.java | 295 public Locale getLocaleObject() { in getLocaleObject() method in SuggestionSpan
|
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/ |
H A D | TextServicesManagerService.java | 554 final Locale scsLocale = scs.getLocaleObject(); in getCurrentSpellCheckerSubtype()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 13348 locale = subtype.getLocaleObject(); in updateTextServicesLocaleLocked()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 60591 Landroid/view/inputmethod/InputMethodSubtype;->getLocaleObject()Ljava/util/Locale; 62919 Landroid/view/textservice/SpellCheckerSubtype;->getLocaleObject()Ljava/util/Locale;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 48513 method @Nullable public java.util.Locale getLocaleObject();
|