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.java83 private long mCurrentPosMs; field in Avrcp
166 mCurrentPosMs = 0L; in Avrcp()
654 boolean oldPosValid = (mCurrentPosMs != in updatePlayPauseState()
661 mCurrentPosMs = getPlayPosition(); in updatePlayPauseState()
665 mCurrentPosMs = currentPosMs; in updatePlayPauseState()
674 boolean newPosValid = (mCurrentPosMs != in updatePlayPauseState()
730 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) { in updateMetadata()
731 mCurrentPosMs = 0L; in updateMetadata()
794 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) { in processRegisterNotification()
862 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) { in getPlayPosition()
[all …]