Searched refs:hintLocales (Results 1 – 6 of 6) sorted by relevance
525 public LocaleList hintLocales = null; field in EditorInfo1250 pw.println(prefix + "hintLocales=" + hintLocales); in dump()1289 newEditorInfo.hintLocales = hintLocales; in createCopyInternal()1331 if (hintLocales != null) { in writeToParcel()1332 hintLocales.writeToParcel(dest, flags); in writeToParcel()1374 LocaleList hintLocales = LocaleList.CREATOR.createFromParcel(source);1375 res.hintLocales = hintLocales.isEmpty() ? null : hintLocales;1418 && Objects.equals(hintLocales, that.hintLocales) in kindofEquals()
281 assertThat(mEditorInfo.hintLocales).isEqualTo(overrideLocale); in startInputOrWindowGainedFocus_localeHintsOverride()
85 TEST_EDITOR_INFO.hintLocales = LocaleList.forLanguageTags("en,de,ua");534 info.hintLocales = LocaleList.forLanguageTags("en,es,zh"); in testDump_filled()
2180 if (mVdmInternal != null && editorInfo.hintLocales == null) { in startInputUncheckedLocked()2183 editorInfo.hintLocales = hintsFromVirtualDevice; in startInputUncheckedLocked()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
56079 field @Nullable public android.os.LocaleList hintLocales;