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

/frameworks/base/core/java/android/app/
H A DNotificationChannel.java141 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in class:NotificationChannel
198 mSound = Uri.CREATOR.createFromParcel(in);
200 mSound = null;
242 if (mSound != null) {
244 mSound.writeToParcel(dest, 0);
374 this.mSound = sound;
504 return mSound;
954 + ", mSound=" + mSound
979 if (mSound !
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java146 private Uri mSound; field in class:NotificationRecord
187 mSound = calculateSound();
341 stats.isNoisy = mSound != null || mVibration != null;
539 pw.println(prefix + "mSound= " + mSound);
926 return mSound;

Completed in 229 milliseconds