Home
last modified time | relevance | path

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

/frameworks/support/media-compat/java/android/support/v4/media/session/
DMediaSessionCompat.java928 CallbackHandler.MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT); in onMediaButtonEvent()
933 CallbackHandler.MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT)) { in onMediaButtonEvent()
935 CallbackHandler.MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT); in onMediaButtonEvent()
946 CallbackHandler.MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT, in onMediaButtonEvent()
1224 private static final int MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT = 1; field in MediaSessionCompat.Callback.CallbackHandler
1232 if (msg.what == MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT) { in handleMessage()