Home
last modified time | relevance | path

Searched refs:currentVolume (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
DCarAudioZoneVolumeAdapter.java55 vh.currentVolume = convertView.findViewById(R.id.current_volume); in getView()
66 vh.currentVolume.setText(String.valueOf(mVolumeList[position].mCurrent)); in getView()
105 public TextView currentVolume; field in CarAudioZoneVolumeAdapter.ViewHolder
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java567 int currentVolume = audioManager.getStreamVolume(AudioManager.STREAM_NOTIFICATION); in playNotificationSound() local
569 volume = (currentVolume + 0.0f) / maxVolume; in playNotificationSound()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java156 final int currentVolume = getGroupVolume(zoneId, groupId);
160 int minValue = Math.max(currentVolume - 1, getGroupMinVolume(zoneId, groupId));
164 int maxValue = Math.min(currentVolume + 1, getGroupMaxVolume(zoneId, groupId));