Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java78 private long mCurrentPosMs; field in Avrcp
150 mCurrentPosMs = 0L; in Avrcp()
486 boolean oldPosValid = (mCurrentPosMs != in updatePlayPauseState()
493 mCurrentPosMs = getPlayPosition(); in updatePlayPauseState()
497 mCurrentPosMs = currentPosMs; in updatePlayPauseState()
506 boolean newPosValid = (mCurrentPosMs != in updatePlayPauseState()
562 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) { in updateMetadata()
563 mCurrentPosMs = 0L; in updateMetadata()
626 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) { in processRegisterNotification()
685 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) { in getPlayPosition()
[all …]