Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java149 private String mVibrateNotificationKey; field in NotificationAttentionHelper
389 boolean wasBuzz = key != null && key.equals(mVibrateNotificationKey); in buzzBeepBlinkLocked()
459 mVibrateNotificationKey = key; in buzzBeepBlinkLocked()
566 || Objects.equals(record.getKey(), mVibrateNotificationKey)) in isInsistentUpdate()
573 mNMP.getNotificationByKey(mVibrateNotificationKey)); in isCurrentlyInsistent()
748 if (record.getKey().equals(mVibrateNotificationKey)) { in playVibration()
827 mVibrateNotificationKey = null; in clearVibrateLocked()
846 if (key.equals(mVibrateNotificationKey)) { in clearEffectsLocked()
1071 pw.println(" mVibrateNotificationKey=" + mVibrateNotificationKey); in dump()