Home | History | Annotate | Download | only in app

Lines Matching defs:setSound

3786          * @deprecated use {@link NotificationChannel#setSound(Uri, AudioAttributes)} instead.
3789 public Builder setSound(Uri sound) {
3800 * @deprecated use {@link NotificationChannel#setSound(Uri, AudioAttributes)}.
3803 public Builder setSound(Uri sound, int streamType) {
3804 PlayerBase.deprecateStreamTypeForPlayback(streamType, "Notification", "setSound()");
3814 * @deprecated use {@link NotificationChannel#setSound(Uri, AudioAttributes)} instead.
3818 public Builder setSound(Uri sound, AudioAttributes audioAttributes) {
3950 * {@link NotificationChannel#setSound(Uri, AudioAttributes)} instead.