Searched refs:expectedToolType (Results 1 – 1 of 1) sorted by relevance
1563 int expectedToolType, @NonNull String marker) { in startInputInitialEditorToolMatcher() argument1569 return expectedToolType == editorInfo.getInitialToolType(); in startInputInitialEditorToolMatcher()1588 … private static DescribedPredicate<ImeEvent> onUpdateEditorToolTypeMatcher(int expectedToolType) {1594 return actualToolType == expectedToolType;1596 return withDescription("onUpdateEditorToolType(toolType=" + expectedToolType + ")",