Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java148 private String mSoundNotificationKey; field in NotificationAttentionHelper
388 boolean wasBeep = key != null && key.equals(mSoundNotificationKey); in buzzBeepBlinkLocked()
445 mSoundNotificationKey = key; in buzzBeepBlinkLocked()
565 return (Objects.equals(record.getKey(), mSoundNotificationKey) in isInsistentUpdate()
571 return isLoopingRingtoneNotification(mNMP.getNotificationByKey(mSoundNotificationKey)) in isCurrentlyInsistent()
812 mSoundNotificationKey = null; in clearSoundLocked()
843 if (key.equals(mSoundNotificationKey)) { in clearEffectsLocked()
1069 pw.println(" mSoundNotificationKey=" + mSoundNotificationKey); in dump()