Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerPrivate.java27 NotificationRecord getNotificationByKey(String key); in getNotificationByKey() method
DNotificationAttentionHelper.java571 return isLoopingRingtoneNotification(mNMP.getNotificationByKey(mSoundNotificationKey)) in isCurrentlyInsistent()
573 mNMP.getNotificationByKey(mVibrateNotificationKey)); in isCurrentlyInsistent()
747 if (mNMP.getNotificationByKey(record.getKey()) != null) { in playVibration()
870 ledNotification = mNMP.getNotificationByKey(owner); in updateLightsLocked()
DNotificationManagerService.java1770 public NotificationRecord getNotificationByKey(String key) {