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

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

Completed in 26 milliseconds