Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java509 private String mSoundNotificationKey; field in NotificationManagerService
1514 mSoundNotificationKey = null; in clearSoundLocked()
5844 pw.println(" mSoundNotificationKey=" + mSoundNotificationKey);
7313 boolean wasBeep = key != null && key.equals(mSoundNotificationKey);
7366 mSoundNotificationKey = key;
7486 return (Objects.equals(record.getKey(), mSoundNotificationKey)
7493 return isLoopingRingtoneNotification(mNotificationsByKey.get(mSoundNotificationKey))
8422 if (canceledKey.equals(mSoundNotificationKey)) {