Searched refs:createKeycodeAEvent (Results 1 – 1 of 1) sorted by relevance
334 private fun createKeycodeAEvent(inputDevice: InputDevice, action: Int): KeyEvent { in createKeycodeAEvent() method387 val downEvent = createKeycodeAEvent(inputDevice, KeyEvent.ACTION_DOWN) in addUniqueIdAssociationByDescriptor_verifyAssociations()388 val upEvent = createKeycodeAEvent(inputDevice, KeyEvent.ACTION_UP) in addUniqueIdAssociationByDescriptor_verifyAssociations()449 val downEvent = createKeycodeAEvent(inputDevice, KeyEvent.ACTION_DOWN) in addUniqueIdAssociationByPort_verifyAssociations()450 val upEvent = createKeycodeAEvent(inputDevice, KeyEvent.ACTION_UP) in addUniqueIdAssociationByPort_verifyAssociations()