Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/helpers/
H A DAvrcpPassthrough.java23 public static int toKeyCode(int operation) { in toKeyCode() method in AvrcpPassthrough
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/
H A DMediaPlayerList.java620 KeyEvent event = new KeyEvent(action, AvrcpPassthrough.toKeyCode(key)); in sendMediaKeyEvent()