Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java266 updatePlayPauseState(msg.arg2, ((Long) msg.obj).longValue()); in handleMessage()
477 updatePlayPauseState(isPlaying ? RemoteControlClient.PLAYSTATE_PLAYING : in updateA2dpAudioState()
483 private void updatePlayPauseState(int state, long currentPosMs) { in updatePlayPauseState() method in Avrcp