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

  /frameworks/base/services/core/java/com/android/server/audio/
PlayerRecord.java 102 mPositionMs = RemoteControlClient.PLAYBACK_POSITION_INVALID;
112 if (mPositionMs == RemoteControlClient.PLAYBACK_POSITION_INVALID) {
113 return "PLAYBACK_POSITION_INVALID";
232 RemoteControlClient.PLAYBACK_POSITION_INVALID,
  /frameworks/base/media/java/android/media/
RemoteControlClient.java 175 public final static long PLAYBACK_POSITION_INVALID = -1;
683 mPlaybackPositionMs = PLAYBACK_POSITION_INVALID;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 224 new Long(RemoteControlClient.PLAYBACK_POSITION_INVALID)).sendToTarget();
479 RemoteControlClient.PLAYBACK_POSITION_INVALID);
496 if (currentPosMs != RemoteControlClient.PLAYBACK_POSITION_INVALID) {
500 ((currentPosMs != RemoteControlClient.PLAYBACK_POSITION_INVALID) ||
579 RemoteControlClient.PLAYBACK_POSITION_INVALID);
    [all...]

Completed in 32 milliseconds