Searched refs:audioAttributesForNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2887 AudioAttributes audioAttributes = audioAttributesForNotification(notification);
2925 ? 0: -1, audioAttributesForNotification(notification));
2936 ? 0: -1, audioAttributesForNotification(notification));
2979 private static AudioAttributes audioAttributesForNotification(Notification n) { method in class:NotificationManagerService

Completed in 71 milliseconds