Searched refs:getSoundVolume (Results 1 – 1 of 1) sorted by relevance
671 record.getAudioAttributes(), getSoundVolume(record)); in playSound()707 private float getSoundVolume(final NotificationRecord record) { in getSoundVolume() method in NotificationAttentionHelper712 return mStrategy.getSoundVolume(record); in getSoundVolume()1196 public float getSoundVolume(final NotificationRecord record) { in getSoundVolume() method in NotificationAttentionHelper.PolitenessStrategy1226 return getSoundVolume(record); in getVibrationIntensity()1452 public float getSoundVolume(final NotificationRecord record) { in getSoundVolume() method in NotificationAttentionHelper.StrategyAvalanche1454 return super.getSoundVolume(record); in getSoundVolume()1456 return mAppStrategy.getSoundVolume(record); in getSoundVolume()