Searched refs:subtypeHashCodes (Results 1 – 4 of 4) sorted by relevance
129 final var subtypeHashCodes = getSubtypeHashCodes(Ime1Constants.IME_ID, currentUserId); in testPerUserAdditionalInputMethodSubtype() local131 assertThat(subtypeHashCodes).contains(TEST_SUBTYPE1.hashCode()); in testPerUserAdditionalInputMethodSubtype()132 assertThat(subtypeHashCodes).contains(TEST_SUBTYPE2.hashCode()); in testPerUserAdditionalInputMethodSubtype()133 assertThat(subtypeHashCodes).doesNotContain(TEST_SUBTYPE3.hashCode()); in testPerUserAdditionalInputMethodSubtype()136 final var subtypeHashCodes = getSubtypeHashCodes(Ime2Constants.IME_ID, in testPerUserAdditionalInputMethodSubtype() local139 assertThat(subtypeHashCodes).doesNotContain(TEST_SUBTYPE1.hashCode()); in testPerUserAdditionalInputMethodSubtype()140 assertThat(subtypeHashCodes).doesNotContain(TEST_SUBTYPE2.hashCode()); in testPerUserAdditionalInputMethodSubtype()141 assertThat(subtypeHashCodes).contains(TEST_SUBTYPE3.hashCode()); in testPerUserAdditionalInputMethodSubtype()166 final var subtypeHashCodes = getSubtypeHashCodes(Ime1Constants.IME_ID, currentUserId); in testClearAdditionalInputMethodSubtypeUponApkUpdateForForegroundUser() local168 assertThat(subtypeHashCodes).doesNotContain(TEST_SUBTYPE1.hashCode()); in testClearAdditionalInputMethodSubtypeUponApkUpdateForForegroundUser()[all …]
74 final ArrayList<String> subtypeHashCodes = new ArrayList<>(); in updateEnabledInputMethods() local76 subtypeHashCodes.add(subtypeSplitter.next()); in updateEnabledInputMethods()79 subtypeHashCodes.clear(); in updateEnabledInputMethods()81 subtypeHashCodes.add(Integer.toString(subtype.hashCode())); in updateEnabledInputMethods()88 for (var hashCode : subtypeHashCodes) { in updateEnabledInputMethods()
1602 @Nullable int[] subtypeHashCodes) { in callSetExplicitlyEnabledInputMethodSubtypes() argument1605 params.putIntArray("subtypeHashCodes", subtypeHashCodes); in callSetExplicitlyEnabledInputMethodSubtypes()
462 final int[] subtypeHashCodes = in onHandleCommand()465 .setExplicitlyEnabledInputMethodSubtypes(imeId, subtypeHashCodes); in onHandleCommand()