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

  /frameworks/base/media/java/android/media/session/
ParcelableVolumeInfo.java 29 public int volumeType;
35 public ParcelableVolumeInfo(int volumeType, AudioAttributes audioAttrs, int controlType,
38 this.volumeType = volumeType;
46 volumeType = from.readInt();
60 dest.writeInt(volumeType);
MediaController.java 258 return new PlaybackInfo(result.volumeType, result.audioAttrs, result.controlType,
970 PlaybackInfo info = new PlaybackInfo(pvi.volumeType, pvi.audioAttrs, pvi.controlType,
    [all...]
  /frameworks/support/v4/java/android/support/v4/media/session/
ParcelableVolumeInfo.java 26 public int volumeType;
32 public ParcelableVolumeInfo(int volumeType, int audioStream, int controlType,
35 this.volumeType = volumeType;
43 volumeType = from.readInt();
57 dest.writeInt(volumeType);
MediaSessionCompat.java     [all...]
MediaControllerCompat.java 503 pi = new PlaybackInfo(info.volumeType, info.audioStream, info.controlType,
938 PlaybackInfo pi = new PlaybackInfo(info.volumeType, info.audioStream,
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 441 pw.println(indent + "volumeType=" + mVolumeType + ", controlType=" + mVolumeControlType
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 191 milliseconds