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

  /frameworks/base/media/java/android/media/
RemoteControlClient.java 181 public final static long PLAYBACK_POSITION_ALWAYS_UNKNOWN = 0x8019771980198300L;
640 setPlaybackStateInt(state, PLAYBACK_POSITION_ALWAYS_UNKNOWN, PLAYBACK_SPEED_1X,
688 mPlaybackPositionMs = PLAYBACK_POSITION_ALWAYS_UNKNOWN;
    [all...]
RemoteController.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 487 RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN);
507 RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN);
562 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
626 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
694 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
PlayerRecord.java 114 } else if (mPositionMs == RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
115 return "PLAYBACK_POSITION_ALWAYS_UNKNOWN";

Completed in 195 milliseconds