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

  /frameworks/base/media/java/android/media/
RemoteControlClient.java 132 public final static int PLAYSTATE_NONE = 0;
    [all...]
RemoteController.java     [all...]
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 436 case RemoteControlClient.PLAYSTATE_NONE:
472 return RemoteControlClient.PLAYSTATE_NONE;
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
PlayerRecord.java 123 case RemoteControlClient.PLAYSTATE_NONE:
124 return "PLAYSTATE_NONE";
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 146 mCurrentPlayState = RemoteControlClient.PLAYSTATE_NONE; // until we get a callback
744 case RemoteControlClient.PLAYSTATE_NONE:
    [all...]

Completed in 165 milliseconds