Searched refs:expectedInputTypes (Results 1 – 1 of 1) sorted by relevance
924 int[] expectedInputTypes, CaptureCallback callback) throws Exception { in waitAndAssertLastStateChange() argument931 assertStateChange(expectedTargetDisplayTarget, expectedInputTypes, lastChange); in waitAndAssertLastStateChange()950 private void assertStateChange(int expectedTargetDisplayTarget, int[] expectedInputTypes, in assertStateChange() argument952 Arrays.sort(expectedInputTypes); in assertStateChange()954 assertThat(actual.second).isEqualTo(expectedInputTypes); in assertStateChange()