Home
last modified time | relevance | path

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

/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
DSampleMediaButtonReceiver.java42 mActivity.handleMediaKey( in onReceive()
DSampleMediaRouterActivity.java423 return handleMediaKey( in createMediaSession()
443 public boolean handleMediaKey(KeyEvent event) { in handleMediaKey() method in SampleMediaRouterActivity
489 return handleMediaKey(event) || super.onKeyDown(keyCode, event); in onKeyDown()
494 return handleMediaKey(event) || super.onKeyUp(keyCode, event); in onKeyUp()