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