Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java156 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel
216 mSound = Uri.CREATOR.createFromParcel(in); in NotificationChannel()
218 mSound = null; in NotificationChannel()
262 if (mSound != null) { in writeToParcel()
264 mSound.writeToParcel(dest, 0); in writeToParcel()
397 this.mSound = sound; in setSound()
543 return mSound; in getSound()
1033 + ", mSound=" + mSound in dump()
1061 + ", mSound=" + mSound in toString()
1089 if (mSound != null) { in writeToProto()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java160 private Uri mSound; field in NotificationRecord
211 mSound = calculateSound(); in NotificationRecord()
369 stats.isNoisy = mSound != null || mVibration != null; in calculateInitialImportance()
578 pw.println(prefix + "mSound= " + mSound); in dump()
1026 return mSound; in getSound()