Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java400 KeyEvent testEvent = new KeyEvent(1, 1); in testHandleSysKey() local
401 mCommandQueue.handleSystemKey(testEvent); in testHandleSysKey()
403 verify(mCallbacks).handleSystemKey(eq(testEvent)); in testHandleSysKey()