Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java510 private String mVibrateNotificationKey; field in NotificationManagerService
1529 mVibrateNotificationKey = null; in clearVibrateLocked()
5845 pw.println(" mVibrateNotificationKey=" + mVibrateNotificationKey);
7314 boolean wasBuzz = key != null && key.equals(mVibrateNotificationKey);
7380 mVibrateNotificationKey = key;
7487 || Objects.equals(record.getKey(), mVibrateNotificationKey))
7494 || isLoopingRingtoneNotification(mNotificationsByKey.get(mVibrateNotificationKey));
7614 if (record.getKey().equals(mVibrateNotificationKey)) {
8427 if (canceledKey.equals(mVibrateNotificationKey)) {