Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java632 private boolean isLoopingRingtoneNotification(final NotificationRecord playingRecord) { in isLoopingRingtoneNotification() argument
633 if (playingRecord != null) { in isLoopingRingtoneNotification()
634 if (playingRecord.getAudioAttributes().getUsage() == USAGE_NOTIFICATION_RINGTONE in isLoopingRingtoneNotification()
635 && (playingRecord.getNotification().flags & FLAG_INSISTENT) != 0) { in isLoopingRingtoneNotification()