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

  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 474 RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN);
492 RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN);
555 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
618 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
678 if (mCurrentPosMs != RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
    [all...]
  /frameworks/base/media/java/android/media/
RemoteControlClient.java 187 public final static long PLAYBACK_POSITION_ALWAYS_UNKNOWN = 0x8019771980198300L;
568 setPlaybackStateInt(state, PLAYBACK_POSITION_ALWAYS_UNKNOWN, PLAYBACK_SPEED_1X,
616 mPlaybackPositionMs = PLAYBACK_POSITION_ALWAYS_UNKNOWN;
    [all...]
RemoteController.java 742 if (pi.mCurrentPosMs == RemoteControlClient.PLAYBACK_POSITION_ALWAYS_UNKNOWN) {
    [all...]
MediaFocusControl.java     [all...]

Completed in 557 milliseconds