Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMoviePlayer.java63 private static final int KEYCODE_MEDIA_PLAY = 126; field in MoviePlayer
435 case KEYCODE_MEDIA_PLAY: in onKeyDown()
458 || keyCode == KeyEvent.KEYCODE_MEDIA_PLAY in isMediaKey()
/packages/apps/Music/src/com/android/music/
DMediaButtonIntentReceiver.java100 case KeyEvent.KEYCODE_MEDIA_PLAY: in onReceive()
DAudioPreview.java430 case KeyEvent.KEYCODE_MEDIA_PLAY: in onKeyDown()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java490 KeyEvent keyEvent = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MEDIA_PLAY); in startTheMusic()
492 keyEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MEDIA_PLAY); in startTheMusic()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DPlayControlsRowViewTest.java103 mDevice.pressKeyCode(KeyEvent.KEYCODE_MEDIA_PLAY); in testFocusedViewInMenu()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java765 case KeyEvent.KEYCODE_MEDIA_PLAY: in onKeyUp()
887 case KeyEvent.KEYCODE_MEDIA_PLAY: in isMediaStartKey()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java383 case KeyEvent.KEYCODE_MEDIA_PLAY: in isThroughKeyCode()