Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMoviePlayer.java64 private static final int KEYCODE_MEDIA_PLAY = 126; field in MoviePlayer
438 case KEYCODE_MEDIA_PLAY: in onKeyDown()
461 || keyCode == KeyEvent.KEYCODE_MEDIA_PLAY in isMediaKey()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothHeadsetHandover.java369 KeyEvent keyEvent = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MEDIA_PLAY); in startTheMusic()
371 keyEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MEDIA_PLAY); in startTheMusic()
/packages/apps/Music/src/com/android/music/
DMediaButtonIntentReceiver.java100 case KeyEvent.KEYCODE_MEDIA_PLAY: in onReceive()
DAudioPreview.java405 case KeyEvent.KEYCODE_MEDIA_PLAY: in onKeyDown()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java383 case KeyEvent.KEYCODE_MEDIA_PLAY: in isThroughKeyCode()