Searched refs:mVolumeStates (Results 1 – 1 of 1) sorted by relevance
1128 protected final Map<String, Integer> mVolumeStates; field in NotificationAttentionHelper.PolitenessStrategy1148 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()