Searched refs:canChangeAccessibilityVolume (Results 1 – 1 of 1) sorted by relevance
3376 if ((streamType == AudioManager.STREAM_ACCESSIBILITY) && !canChangeAccessibilityVolume()) { in adjustStreamVolumeWithAttribution()4161 if ((streamType == AudioManager.STREAM_ACCESSIBILITY) && !canChangeAccessibilityVolume()) { in setStreamVolumeWithAttributionInt()4215 private boolean canChangeAccessibilityVolume() { in canChangeAccessibilityVolume() method in AudioService