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