Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1128 protected final Map<String, Integer> mVolumeStates; field in NotificationAttentionHelper.PolitenessStrategy
1148 mVolumeStates = new HashMap<>(); in PolitenessStrategy()
1232 mVolumeStates.put(key, POLITE_STATE_DEFAULT); in onUserInteraction()
1237 return mVolumeStates.getOrDefault(getChannelKey(record), POLITE_STATE_DEFAULT); in getPolitenessState()
1355 mVolumeStates.put(key, nextState); in onNotificationPosted()
1425 mVolumeStates.put(key, nextState); in onNotificationPosted()