Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DCommandQueueTest.java440 KeyEvent testEvent = new KeyEvent(1, 1); in testHandleSysKey() local
441 mCommandQueue.handleSystemKey(testEvent); in testHandleSysKey()
443 verify(mCallbacks).handleSystemKey(eq(testEvent)); in testHandleSysKey()