Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/
H A DInputManagerServiceTests.kt334 private fun createKeycodeAEvent(inputDevice: InputDevice, action: Int): KeyEvent { in createKeycodeAEvent() method
387 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()