Home
last modified time | relevance | path

Searched refs:imeDisplayId (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayClientTests.java192 final int imeDisplayId = expectCommand(stream, imeSession.callGetDisplayId(), TIMEOUT) in assertImeShownAndMatchesDisplayId() local
195 targetDisplayId, imeDisplayId); in assertImeShownAndMatchesDisplayId()
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplayImeTests.java506 int imeDisplayId = expectCommand(stream, mockImeSession.callGetDisplayId(), in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays() local
508 assertThat(imeDisplayId).isEqualTo(firstDisplay.mId); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
548 imeDisplayId = expectCommand(stream, mockImeSession.callGetDisplayId(), in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
550 assertThat(imeDisplayId).isEqualTo(secondDisplay.mId); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()