Searched refs:canChangeAccessibilityVolume (Results 1 – 1 of 1) sorted by relevance
1684 if ((streamType == AudioManager.STREAM_ACCESSIBILITY) && !canChangeAccessibilityVolume()) { in adjustStreamVolume()2132 if ((streamType == AudioManager.STREAM_ACCESSIBILITY) && !canChangeAccessibilityVolume()) { in setStreamVolume()2151 private boolean canChangeAccessibilityVolume() { in canChangeAccessibilityVolume() method in AudioService