Home
last modified time | relevance | path

Searched refs:callGetDisplayId (Results 1 – 4 of 4) 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()
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplayImeTests.java506 int imeDisplayId = expectCommand(stream, mockImeSession.callGetDisplayId(), in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
548 imeDisplayId = expectCommand(stream, mockImeSession.callGetDisplayId(), in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeEventStreamTestUtils.java384 final ImeCommand command = session.callGetDisplayId();
DMockImeSession.java1780 public ImeCommand callGetDisplayId() { in callGetDisplayId() method in MockImeSession