Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java141 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel
198 mSound = Uri.CREATOR.createFromParcel(in); in NotificationChannel()
200 mSound = null; in NotificationChannel()
242 if (mSound != null) { in writeToParcel()
244 mSound.writeToParcel(dest, 0); in writeToParcel()
374 this.mSound = sound; in setSound()
504 return mSound; in getSound()
954 + ", mSound=" + mSound in toString()
979 if (mSound != null) { in writeToProto()
980 proto.write(NotificationChannelProto.SOUND, mSound.toString()); in writeToProto()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java146 private Uri mSound; field in NotificationRecord
187 mSound = calculateSound(); in NotificationRecord()
341 stats.isNoisy = mSound != null || mVibration != null; in calculateImportance()
539 pw.println(prefix + "mSound= " + mSound); in dump()
926 return mSound; in getSound()