/frameworks/support/media-compat/java/android/support/v4/media/session/ |
D | ParcelableVolumeInfo.java | 26 public int volumeType; field in ParcelableVolumeInfo 32 public ParcelableVolumeInfo(int volumeType, int audioStream, int controlType, in ParcelableVolumeInfo() argument 35 this.volumeType = volumeType; in ParcelableVolumeInfo() 43 volumeType = from.readInt(); in ParcelableVolumeInfo() 57 dest.writeInt(volumeType); in writeToParcel()
|
D | MediaSessionCompat.java | 2559 int volumeType; in getVolumeAttributes() local 2561 volumeType = mVolumeType; in getVolumeAttributes() 2564 if (volumeType == MediaControllerCompat.PlaybackInfo.PLAYBACK_TYPE_REMOTE) { in getVolumeAttributes() 2574 return new ParcelableVolumeInfo(volumeType, stream, controlType, max, current); in getVolumeAttributes()
|
D | MediaControllerCompat.java | 857 pi = new PlaybackInfo(info.volumeType, info.audioStream, info.controlType, in onVolumeInfoChanged() 1491 PlaybackInfo pi = new PlaybackInfo(info.volumeType, info.audioStream, in getPlaybackInfo()
|
/frameworks/base/media/java/android/media/session/ |
D | ParcelableVolumeInfo.java | 29 public int volumeType; field in ParcelableVolumeInfo 35 public ParcelableVolumeInfo(int volumeType, AudioAttributes audioAttrs, int controlType, in ParcelableVolumeInfo() argument 38 this.volumeType = volumeType; in ParcelableVolumeInfo() 46 volumeType = from.readInt(); in ParcelableVolumeInfo() 60 dest.writeInt(volumeType); in writeToParcel()
|
D | MediaController.java | 258 return new PlaybackInfo(result.volumeType, result.audioAttrs, result.controlType, in getPlaybackInfo() 1059 … PlaybackInfo info = new PlaybackInfo(pvi.volumeType, pvi.audioAttrs, pvi.controlType, in onVolumeInfoChanged()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 1176 int volumeType; in getVolumeAttributes() local 1184 volumeType = mVolumeType; in getVolumeAttributes() 1191 volumeType, attributes, VolumeProvider.VOLUME_CONTROL_ABSOLUTE, max, current); in getVolumeAttributes()
|
/frameworks/support/api/ |
D | 22.0.0.txt | 2804 field public int volumeType;
|
D | 22.1.0.txt | 2959 field public int volumeType;
|
D | 22.2.0.txt | 3345 field public int volumeType;
|
D | 22.2.1.txt | 3374 field public int volumeType;
|
D | 25.1.0.txt | 5840 field public int volumeType;
|
D | 25.0.0.txt | 5456 field public int volumeType;
|
D | 23.0.0.txt | 4026 field public int volumeType;
|
D | 25.2.0.txt | 5840 field public int volumeType;
|
D | 24.2.0.txt | 5400 field public int volumeType;
|
D | 26.0.0-alpha1.txt | 6720 field public int volumeType;
|
D | 23.2.1.txt | 4704 field public int volumeType;
|
D | 25.3.0.txt | 6253 field public int volumeType;
|
D | 23.2.0.txt | 4704 field public int volumeType;
|
D | 23.1.1.txt | 4268 field public int volumeType;
|
D | 25.4.0.txt | 6323 field public int volumeType;
|
D | 23.4.0.txt | 4716 field public int volumeType;
|
D | 23.1.0.txt | 4312 field public int volumeType;
|
D | 24.0.0.txt | 5219 field public int volumeType;
|
D | 26.0.0-beta1.txt | 7602 field public int volumeType;
|