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.java94 mPhoneWindowManager.assertSwitchKeyboardLayout(1); in testCtrlSpace()
103 mPhoneWindowManager.assertSwitchKeyboardLayout(-1); in testCtrlShiftSpace()
112 mPhoneWindowManager.assertSwitchKeyboardLayout(1); in testMetaSpace()
121 mPhoneWindowManager.assertSwitchKeyboardLayout(-1); in testMetaShiftSpace()
DTestPhoneWindowManager.java533 void assertSwitchKeyboardLayout(int direction) { in assertSwitchKeyboardLayout() method in TestPhoneWindowManager