Searched defs:subtypeHashCodes (Results 1 – 3 of 3) sorted by relevance
129 final var subtypeHashCodes = getSubtypeHashCodes(Ime1Constants.IME_ID, currentUserId); in testPerUserAdditionalInputMethodSubtype() local136 final var subtypeHashCodes = getSubtypeHashCodes(Ime2Constants.IME_ID, in testPerUserAdditionalInputMethodSubtype() local166 final var subtypeHashCodes = getSubtypeHashCodes(Ime1Constants.IME_ID, currentUserId); in testClearAdditionalInputMethodSubtypeUponApkUpdateForForegroundUser() local173 final var subtypeHashCodes = getSubtypeHashCodes(Ime2Constants.IME_ID, in testClearAdditionalInputMethodSubtypeUponApkUpdateForForegroundUser() local206 final var subtypeHashCodes = getSubtypeHashCodes(Ime1Constants.IME_ID, currentUserId); in testClearAdditionalInputMethodSubtypeUponApkUpdateForBackgroundUser() local213 final var subtypeHashCodes = getSubtypeHashCodes(Ime2Constants.IME_ID, in testClearAdditionalInputMethodSubtypeUponApkUpdateForBackgroundUser() local
74 final ArrayList<String> subtypeHashCodes = new ArrayList<>(); in updateEnabledInputMethods() local
1602 @Nullable int[] subtypeHashCodes) { in callSetExplicitlyEnabledInputMethodSubtypes()