Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java581 private String mSoundNotificationKey; field in NotificationManagerService
1609 mSoundNotificationKey = null; in clearSoundLocked()
1642 if (key.equals(mSoundNotificationKey)) { in clearEffectsLocked()
6372 pw.println(" mSoundNotificationKey=" + mSoundNotificationKey);
8332 boolean wasBeep = key != null && key.equals(mSoundNotificationKey);
8386 mSoundNotificationKey = key;
8513 return (Objects.equals(record.getKey(), mSoundNotificationKey)
8520 return isLoopingRingtoneNotification(mNotificationsByKey.get(mSoundNotificationKey))
9362 if (canceledKey.equals(mSoundNotificationKey)) {