Searched refs:testEvent (Results 1 – 1 of 1) sorted by relevance
440 KeyEvent testEvent = new KeyEvent(1, 1); in testHandleSysKey() local441 mCommandQueue.handleSystemKey(testEvent); in testHandleSysKey()443 verify(mCallbacks).handleSystemKey(eq(testEvent)); in testHandleSysKey()