Searched refs:MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
989 CallbackHandler.MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT); in onMediaButtonEvent()1000 CallbackHandler.MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT, in onMediaButtonEvent()1019 CallbackHandler.MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT); in handleMediaPlayPauseKeySingleTapIfPending()1268 private static final int MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT = 1; field in MediaSessionCompat.Callback.CallbackHandler1276 if (msg.what == MSG_MEDIA_PLAY_PAUSE_KEY_DOUBLE_TAP_TIMEOUT) { in handleMessage()