Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1379 private final PolitenessStrategy mAppStrategy; field in NotificationAttentionHelper.StrategyAvalanche
1391 mAppStrategy = appStrategy; in StrategyAvalanche()
1428 mAppStrategy.onNotificationPosted(record); in onNotificationPosted()
1447 return mAppStrategy.getPolitenessState(record); in getPolitenessState()
1456 return mAppStrategy.getSoundVolume(record); in getSoundVolume()
1463 mAppStrategy.onUserInteraction(record); in onUserInteraction()
1488 return mAppStrategy.getChannelKey(record); in getChannelKey()
1497 mAppStrategy.setLastNotificationUpdateTimeMs(record, timestampMillis); in setLastNotificationUpdateTimeMs()
1520 mAppStrategy.setApplyCooldownPerPackage(applyPerPackage); in setApplyCooldownPerPackage()