Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1181 String getChannelKey(final NotificationRecord record) { in getChannelKey() method in NotificationAttentionHelper.PolitenessStrategy
1198 final String key = getChannelKey(record); in getSoundVolume()
1230 final String key = getChannelKey(record); in onUserInteraction()
1237 return mVolumeStates.getOrDefault(getChannelKey(record), POLITE_STATE_DEFAULT); in getPolitenessState()
1333 final String key = getChannelKey(record); in onNotificationPosted()
1369 mNumPosted.put(getChannelKey(record), 0); in onUserInteraction()
1409 final String key = getChannelKey(record); in onNotificationPosted()
1467 String getChannelKey(final NotificationRecord record) { in getChannelKey() method in NotificationAttentionHelper.StrategyAvalanche
1472 return super.getChannelKey(record); in getChannelKey()
1481 return super.getChannelKey(record); in getChannelKey()
[all …]
/frameworks/base/services/
Dart-wear-profile15736 PLcom/android/server/notification/NotificationAttentionHelper$PolitenessStrategy;->getChannelKey(Lc…
15751 PLcom/android/server/notification/NotificationAttentionHelper$StrategyAvalanche;->getChannelKey(Lco…