HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentPosMs (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 78 private long mCurrentPosMs;
150 mCurrentPosMs = 0L;
486 boolean oldPosValid = (mCurrentPosMs !=
493 mCurrentPosMs = getPlayPosition();
497 mCurrentPosMs = currentPosMs;
506 boolean newPosValid = (mCurrentPosMs !=
562 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
563 mCurrentPosMs = 0L;
626 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
685 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN)
    [all...]
  /frameworks/base/media/java/android/media/
RemoteController.java 259 return lastPlaybackInfo.mCurrentPosMs;
264 final long thenPos = lastPlaybackInfo.mCurrentPosMs;
    [all...]

Completed in 3366 milliseconds