Home | History | Annotate | Download | only in volume

Lines Matching refs:STREAM_ACCESSIBILITY

24 import static android.media.AudioManager.STREAM_ACCESSIBILITY;
245 addRow(STREAM_ACCESSIBILITY, R.drawable.ic_volume_accessibility,
381 if (stream == STREAM_ACCESSIBILITY) {
391 if (row.stream != AudioSystem.STREAM_ACCESSIBILITY) {
593 if (row.stream == AudioSystem.STREAM_ACCESSIBILITY) {
599 if (activeRow.stream == AudioSystem.STREAM_ACCESSIBILITY &&
612 || activeRow.stream == STREAM_ACCESSIBILITY
792 final boolean isA11yStream = row.stream == STREAM_ACCESSIBILITY;
1102 if (!mShowA11yStream && STREAM_ACCESSIBILITY == activeRow.stream) {