Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DModifierShortcutTests.java125 mPhoneWindowManager.assertSwitchKeyboardLayout(/* direction= */ 1, ANY_DISPLAY_ID); in testCtrlSpace()
135 mPhoneWindowManager.assertSwitchKeyboardLayout(/* direction= */ -1, ANY_DISPLAY_ID); in testCtrlShiftSpace()
DTestPhoneWindowManager.java748 void assertSwitchKeyboardLayout(int direction, int displayId) { in assertSwitchKeyboardLayout() method in TestPhoneWindowManager