Searched refs:expectedInputTypes (Results 1 – 1 of 1) sorted by relevance
949 int[] expectedInputTypes, CaptureCallback callback) throws Exception { in waitAndAssertLastStateChange() argument956 assertStateChange(expectedTargetDisplayTarget, expectedInputTypes, lastChange); in waitAndAssertLastStateChange()975 private void assertStateChange(int expectedTargetDisplayTarget, int[] expectedInputTypes, in assertStateChange() argument977 Arrays.sort(expectedInputTypes); in assertStateChange()979 assertThat(actual.second).isEqualTo(expectedInputTypes); in assertStateChange()