Home
last modified time | relevance | path

Searched refs:getSoundVolume (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java671 record.getAudioAttributes(), getSoundVolume(record)); in playSound()
707 private float getSoundVolume(final NotificationRecord record) { in getSoundVolume() method in NotificationAttentionHelper
712 return mStrategy.getSoundVolume(record); in getSoundVolume()
1196 public float getSoundVolume(final NotificationRecord record) { in getSoundVolume() method in NotificationAttentionHelper.PolitenessStrategy
1226 return getSoundVolume(record); in getVibrationIntensity()
1452 public float getSoundVolume(final NotificationRecord record) { in getSoundVolume() method in NotificationAttentionHelper.StrategyAvalanche
1454 return super.getSoundVolume(record); in getSoundVolume()
1456 return mAppStrategy.getSoundVolume(record); in getSoundVolume()