Home
last modified time | relevance | path

Searched defs:subtypes (Results 1 – 25 of 26) sorted by relevance

12

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSearchOptions.java59 private final List<String> subtypes; field in MdnsSearchOptions
69 MdnsSearchOptions(List<String> subtypes, boolean isPassiveMode, boolean removeExpiredService, in MdnsSearchOptions()
147 private final Set<String> subtypes; field in MdnsSearchOptions.Builder
175 public Builder addSubtypes(@NonNull Collection<String> subtypes) { in addSubtypes()
DMdnsServiceInfo.java76 private final List<String> subtypes; field in MdnsServiceInfo
96 @Nullable List<String> subtypes, in MdnsServiceInfo()
120 List<String> subtypes, in MdnsServiceInfo()
149 @Nullable List<String> subtypes, in MdnsServiceInfo()
179 @Nullable List<String> subtypes, in MdnsServiceInfo()
DEnqueueMdnsQueryCallable.java71 private final List<String> subtypes; field in EnqueueMdnsQueryCallable
86 @NonNull Collection<String> subtypes, in EnqueueMdnsQueryCallable()
DMdnsServiceBrowserListener.java72 void onDiscoveryQuerySent(@NonNull List<String> subtypes, int transactionId); in onDiscoveryQuerySent()
DMdnsServiceTypeClient.java416 final List<String> subtypes; field in MdnsServiceTypeClient.QueryTaskConfig
432 QueryTaskConfig(@NonNull Collection<String> subtypes, boolean usePassiveMode, in QueryTaskConfig()
DMdnsResponse.java146 List<String> subtypes = null; in getSubtypes() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java306 final List<InputMethodSubtype> subtypes) { in checkIfSubtypeBelongsToList()
311 final List<InputMethodSubtype> subtypes) { in getSubtypeIndexInList()
404 final List<InputMethodSubtype> subtypes = getMyEnabledInputMethodSubtypeList(true); in hasMultipleEnabledSubtypes() local
435 final List<InputMethodSubtype> subtypes = in findSubtypeByLocale() local
477 public void setAdditionalInputMethodSubtypes(final InputMethodSubtype[] subtypes) { in setAdditionalInputMethodSubtypes()
479 getInputMethodIdOfThisIme(), subtypes); in setAdditionalInputMethodSubtypes() local
560 final List<InputMethodSubtype> subtypes = shortcuts.get(imi); in updateShortcutIme() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DCustomInputStyleSettingsFragment.java84 final InputMethodSubtype[] subtypes = in updateCustomInputStylesSummary() local
270 final ArrayList<InputMethodSubtype> subtypes = new ArrayList<>(); in getSubtypes() local
288 final InputMethodSubtype[] subtypes = getSubtypes(); in onPause() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodAndSubtypePreferenceControllerTest.java97 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createInputMethodInfo() local
DAvailableVirtualKeyboardFragmentTest.java205 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createFakeInputMethodInfoList() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtilsTests.java174 final InputMethodSubtype[] subtypes = { EN_US_DVORAK, ZZ_AZERTY }; in testRestorable() local
DLanguageOnSpacebarUtilsTests.java93 private static void enableSubtypes(final RichInputMethodSubtype ... subtypes) { in enableSubtypes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionaryList.java87 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DInputMethodUtilTest.java343 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
360 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
DEnabledKeyboardPreferenceControllerTest.java263 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfoWithSubtypes() local
282 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
DKeyboardManagementPreferenceControllerTest.java1133 List<InputMethodSubtype> subtypes = createSubtypes(); in createMockInputMethodInfo() local
1150 List<InputMethodSubtype> subtypes = new ArrayList<>(); in createSubtypes() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryListPreferenceController.java112 final List<InputMethodSubtype> subtypes = in getUserDictionaryLocalesSet() local
DNewKeyboardSettingsUtils.java60 List<InputMethodSubtype> subtypes = in getSuitableImeLabels() local
DNewKeyboardLayoutEnabledLocalesFragment.java159 List<InputMethodSubtype> subtypes = in updateCheckedState() local
/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/
DInputMethodUtil.java113 List<InputMethodSubtype> subtypes = in getSummaryString() local
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/
DInputMethodAndSubtypeUtil.java163 public static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()
DInputMethodAndSubtypeUtilCompat.java300 public static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DAdditionalSubtypeUtils.java133 public static String createPrefSubtypes(final InputMethodSubtype[] subtypes) { in createPrefSubtypes()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DInputDeviceResultTask.java193 private static String getSubtypeLocaleNameListAsSentence( in getSubtypeLocaleNameListAsSentence()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/inputmethod/
DInputMethodPreferenceController.java236 final List<InputMethodSubtype> subtypes = imm.getEnabledInputMethodSubtypeList(mImi, true); in getSummaryString() local

12