Searched refs:getDefaultStreamVolume (Results 1 – 2 of 2) sorted by relevance
571 AudioService.getDefaultStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO)); in onUpgrade()2202 AudioService.getDefaultStreamVolume(AudioManager.STREAM_MUSIC)); in loadVolumeLevels()2204 AudioService.getDefaultStreamVolume(AudioManager.STREAM_RING)); in loadVolumeLevels()2206 AudioService.getDefaultStreamVolume(AudioManager.STREAM_SYSTEM)); in loadVolumeLevels()2210 AudioService.getDefaultStreamVolume(AudioManager.STREAM_VOICE_CALL)); in loadVolumeLevels()2212 AudioService.getDefaultStreamVolume(AudioManager.STREAM_ALARM)); in loadVolumeLevels()2216 AudioService.getDefaultStreamVolume(AudioManager.STREAM_NOTIFICATION)); in loadVolumeLevels()2220 AudioService.getDefaultStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO)); in loadVolumeLevels()
1712 public static int getDefaultStreamVolume(int streamType) { in getDefaultStreamVolume() method in AudioService