Searched refs:STREAM_ACCESSIBILITY (Results 1 – 13 of 13) sorted by relevance
812 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()
616 if (streamType == AudioManager.STREAM_ACCESSIBILITY) { in deprecateStreamTypeForPlayback()
374 public static final int STREAM_ACCESSIBILITY = AudioSystem.STREAM_ACCESSIBILITY; field in AudioManager1036 STREAM_ACCESSIBILITY }1083 case STREAM_ACCESSIBILITY: in isPublicStreamType()4206 case STREAM_ACCESSIBILITY: in getDevicesForStream()
91 public static final int STREAM_ACCESSIBILITY = 10; field in AudioSystem
23 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) {
103 STREAMS.put(AudioSystem.STREAM_ACCESSIBILITY, R.string.stream_accessibility); in STREAMS.put() argument
47 AudioManager.STREAM_DTMF, AudioManager.STREAM_ACCESSIBILITY };
304 || avgStreamType == AudioManager.STREAM_ACCESSIBILITY) { in testVolumeGroupCallback()
86 for (int i = AudioManager.STREAM_VOICE_CALL; i <= AudioManager.STREAM_ACCESSIBILITY; i++) { in createShellState()
1277 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()
23680 field public static final int STREAM_ACCESSIBILITY = 10; // 0xa
35016 Landroid/media/AudioSystem;->STREAM_ACCESSIBILITY:I