Home
last modified time | relevance | path

Searched refs:STREAM_ACCESSIBILITY (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioAttributes.java812 if (streamType == AudioManager.STREAM_ACCESSIBILITY) { in setLegacyStreamType()
878 case AudioSystem.STREAM_ACCESSIBILITY: in setInternalLegacyStreamType()
1170 case AudioSystem.STREAM_ACCESSIBILITY: in usageForStreamType()
1251 return AudioSystem.STREAM_ACCESSIBILITY; in toVolumeStreamType()
DPlayerBase.java616 if (streamType == AudioManager.STREAM_ACCESSIBILITY) { in deprecateStreamTypeForPlayback()
DAudioManager.java374 public static final int STREAM_ACCESSIBILITY = AudioSystem.STREAM_ACCESSIBILITY; field in AudioManager
1036 STREAM_ACCESSIBILITY }
1083 case STREAM_ACCESSIBILITY: in isPublicStreamType()
4206 case STREAM_ACCESSIBILITY: in getDevicesForStream()
DAudioSystem.java91 public static final int STREAM_ACCESSIBILITY = 10; field in AudioSystem
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java23 import static android.media.AudioManager.STREAM_ACCESSIBILITY;
283 addRow(STREAM_ACCESSIBILITY, R.drawable.ic_volume_accessibility, in initDialog()
419 if (stream == STREAM_ACCESSIBILITY) { in initRow()
430 if (row.stream != AudioSystem.STREAM_ACCESSIBILITY) { in initRow()
781 if (row.stream == AudioSystem.STREAM_ACCESSIBILITY) { in shouldBeVisibleH()
787 if (activeRow.stream == AudioSystem.STREAM_ACCESSIBILITY && in shouldBeVisibleH()
796 || activeRow.stream == STREAM_ACCESSIBILITY in shouldBeVisibleH()
981 final boolean isA11yStream = row.stream == STREAM_ACCESSIBILITY; in updateVolumeRowH()
1296 if (!mShowA11yStream && STREAM_ACCESSIBILITY == activeRow.stream) {
DVolumeDialogControllerImpl.java103 STREAMS.put(AudioSystem.STREAM_ACCESSIBILITY, R.string.stream_accessibility); in STREAMS.put() argument
/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioVolumesTestBase.java47 AudioManager.STREAM_DTMF, AudioManager.STREAM_ACCESSIBILITY };
DAudioManagerTest.java304 || avgStreamType == AudioManager.STREAM_ACCESSIBILITY) { in testVolumeGroupCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java86 for (int i = AudioManager.STREAM_VOICE_CALL; i <= AudioManager.STREAM_ACCESSIBILITY; i++) { in createShellState()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1277 AudioSystem.STREAM_ACCESSIBILITY : AudioSystem.STREAM_MUSIC; in updateStreamVolumeAlias()
1306 mStreamVolumeAlias[AudioSystem.STREAM_ACCESSIBILITY] = a11yStreamAlias; in updateStreamVolumeAlias()
1315 mStreamStates[AudioSystem.STREAM_ACCESSIBILITY].mVolumeIndexSettingName = in updateStreamVolumeAlias()
1317 mStreamStates[AudioSystem.STREAM_ACCESSIBILITY].setAllIndexes( in updateStreamVolumeAlias()
1323 mStreamStates[AudioSystem.STREAM_ACCESSIBILITY].readSettings(); in updateStreamVolumeAlias()
1339 mStreamStates[AudioSystem.STREAM_ACCESSIBILITY], 0); in updateStreamVolumeAlias()
1738 if ((streamType == AudioManager.STREAM_ACCESSIBILITY) && !canChangeAccessibilityVolume()) { in adjustStreamVolume()
2211 if ((streamType == AudioManager.STREAM_ACCESSIBILITY) && !canChangeAccessibilityVolume()) { in setStreamVolume()
6412 mVolumeController.postVolumeChanged(AudioManager.STREAM_ACCESSIBILITY, 0); in updateA11yVolumeAlias()
/frameworks/base/non-updatable-api/
Dcurrent.txt23680 field public static final int STREAM_ACCESSIBILITY = 10; // 0xa
/frameworks/base/api/
Dcurrent.txt23680 field public static final int STREAM_ACCESSIBILITY = 10; // 0xa
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35016 Landroid/media/AudioSystem;->STREAM_ACCESSIBILITY:I