Home
last modified time | relevance | path

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

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