HomeSort by relevance Sort by last modified time
    Searched full:volumetype (Results 1 - 23 of 23) 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,
951 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 501 pi = new PlaybackInfo(info.volumeType, info.audioStream, info.controlType,
924 PlaybackInfo pi = new PlaybackInfo(info.volumeType, info.audioStream,
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 11 * @param {VolumeManagerCommon.VolumeType} volumeType The type of the volume.
29 volumeType,
39 this.volumeType_ = volumeType;
48 if (volumeType === VolumeManagerCommon.VolumeType.DRIVE) {
82 * @return {VolumeManagerCommon.VolumeType} Volume type.
84 get volumeType() {
169 if (this.volumeType !== VolumeManagerCommon.VolumeType.DRIVE)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
volume_manager_wrapper.js 92 if (!this.driveEnabled_ && volumeInfo.volumeType ===
93 VolumeManagerCommon.VolumeType.DRIVE)
141 event.volumeInfo.volumeType ===
142 VolumeManagerCommon.VolumeType.DRIVE)) {
165 if (this.volumeManager_.volumeInfoList.item(i).volumeType ===
166 VolumeManagerCommon.VolumeType.DRIVE)
172 if (event.removed[i].volumeType !== VolumeManagerCommon.VolumeType.DRIVE)
179 if (volumeInfo.volumeType !== VolumeManagerCommon.VolumeType.DRIVE
    [all...]
drive_banners.js 304 VolumeManagerCommon.VolumeType.DRIVE);
469 (volumeInfo.volumeType === VolumeManagerCommon.VolumeType.DOWNLOADS ||
470 volumeInfo.volumeType === VolumeManagerCommon.VolumeType.DRIVE);
503 switch (volume.volumeType) {
504 case VolumeManagerCommon.VolumeType.DOWNLOADS:
508 case VolumeManagerCommon.VolumeType.DRIVE:
540 if (volume.volumeType === VolumeManagerCommon.VolumeType.DOWNLOADS
    [all...]
directory_tree.js 600 return this.volumeInfo.volumeType === VolumeManagerCommon.VolumeType.DRIVE;
608 var volumeType = this.volumeInfo.volumeType;
609 return volumeType === VolumeManagerCommon.VolumeType.ARCHIVE ||
610 volumeType === VolumeManagerCommon.VolumeType.REMOVABLE ||
611 volumeType === VolumeManagerCommon.VolumeType.PROVIDED
    [all...]
folder_shortcuts_data_model.js 77 VolumeManagerCommon.VolumeType.DRIVE);
99 VolumeManagerCommon.VolumeType.DRIVE);
directory_model.js 557 if (locationInfo.volumeInfo.volumeType ===
558 VolumeManagerCommon.VolumeType.DOWNLOADS &&
    [all...]
file_manager.js     [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.h 44 enum VolumeType {
76 VolumeType type;
162 VolumeType volume_type,
volume_manager.cc 71 VolumeType MountTypeToVolumeType(chromeos::MountType type) {
89 std::string VolumeTypeToString(VolumeType type) {
153 VolumeType volume_type,
397 VolumeType volume_type,
778 UMA_HISTOGRAM_ENUMERATION("FileBrowser.VolumeType",
file_manager_browsertest.cc 291 VolumeType volume_type,
334 const VolumeType volume_type_;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
volume_manager_common.js 119 VolumeManagerCommon.VolumeType = Object.freeze({
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.h 173 void ShowRemovableDeviceInFileManager(VolumeType type,
  /external/chromium_org/chrome/common/extensions/api/
file_manager_private.idl 11 enum VolumeType { drive, downloads, removable, archive, cloud_device, provided,
267 VolumeType volumeType;
  /external/chromium_org/ui/file_manager/gallery/js/
gallery.js 217 VolumeManagerCommon.VolumeType.DOWNLOADS);
441 volumeInfo.volumeType === VolumeManagerCommon.VolumeType.MTP) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 505 pw.println(indent + "volumeType=" + mVolumeType + ", controlType=" + mVolumeControlType
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /external/chromium_org/tools/metrics/histograms/
histograms.xml     [all...]

Completed in 899 milliseconds