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

/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java70 Notification.AUDIO_ATTRIBUTES_DEFAULT);
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoService.java62 eggChan.setSound(Uri.EMPTY, Notification.AUDIO_ATTRIBUTES_DEFAULT); // cats are quiet
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java193 assertEquals(Notification.AUDIO_ATTRIBUTES_DEFAULT, record.getAudioAttributes());
232 assertEquals(Notification.AUDIO_ATTRIBUTES_DEFAULT, record.getAudioAttributes());
H A DBuzzBeepBlinkTest.java264 Notification.AUDIO_ATTRIBUTES_DEFAULT);
H A DNotificationManagerServiceTest.java2522 c.setSound(null, Notification.AUDIO_ATTRIBUTES_DEFAULT);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java798 getPackageName() + "/raw/ringer"), Notification.AUDIO_ATTRIBUTES_DEFAULT);
817 getPackageName() + "/raw/ringer"), Notification.AUDIO_ATTRIBUTES_DEFAULT);
/frameworks/base/core/java/android/app/
H A DNotificationChannel.java153 private AudioAttributes mAudioAttributes = Notification.AUDIO_ATTRIBUTES_DEFAULT;
H A DNotification.java428 public static final AudioAttributes AUDIO_ATTRIBUTES_DEFAULT = new AudioAttributes.Builder() field in class:Notification
439 public AudioAttributes audioAttributes = AUDIO_ATTRIBUTES_DEFAULT;
3783 * It will be played using the {@link #AUDIO_ATTRIBUTES_DEFAULT default audio attributes}
3791 mN.audioAttributes = AUDIO_ATTRIBUTES_DEFAULT;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java291 attributes = Notification.AUDIO_ATTRIBUTES_DEFAULT;

Completed in 270 milliseconds