Searched defs:getSound (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java479 public Uri getSound() { method in class:NotificationChannel
650 Uri sound = getSound();
689 Uri sound = forBackup ? getSoundForBackup(context) : getSound();
749 if (getSound() != null) {
750 record.put(ATT_SOUND, getSound().toString());
875 if (getSound() != null ? !getSound().equals(that.getSound()) : that.getSound() != null) {
895 result = 31 * result + (getSound() !
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java185 Uri sound = mChannel.getSound();
370 if (getSound() != null) {
371 proto.write(NotificationRecordProto.SOUND, getSound().toString());
858 public Uri getSound() { method in class:NotificationRecord

Completed in 97 milliseconds