Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DShortcutLoggingTests.java320 int expectedKey, int expectedModifierState) { in testShortcuts() argument
323 expectedKey, expectedModifierState, DEVICE_BUS, in testShortcuts()
330 KeyboardLogEvent expectedLogEvent, int expectedKey, int expectedModifierState) { in testLongPressOnHome() argument
334 expectedKey, expectedModifierState, DEVICE_BUS, in testLongPressOnHome()
342 int expectedModifierState) { in testDoubleTapOnHomeBehavior() argument
347 expectedKey, expectedModifierState, DEVICE_BUS, in testDoubleTapOnHomeBehavior()
355 int expectedModifierState) { in testSettingsKey() argument
359 expectedKey, expectedModifierState, DEVICE_BUS, in testSettingsKey()
DTestPhoneWindowManager.java827 int expectedKey, int expectedModifierState, int deviceBus, String errorMsg) { in assertShortcutLogged() argument
831 expectedModifierState, deviceBus), description(errorMsg)); in assertShortcutLogged()