Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java134 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel
187 mSound = Uri.CREATOR.createFromParcel(in); in NotificationChannel()
189 mSound = null; in NotificationChannel()
230 if (mSound != null) { in writeToParcel()
232 mSound.writeToParcel(dest, 0); in writeToParcel()
350 this.mSound = sound; in setSound()
475 return mSound; in getSound()
840 ", mSound=" + mSound + in toString()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java123 private Uri mSound; field in NotificationRecord
148 mSound = calculateSound(); in NotificationRecord()
305 stats.isNoisy = mSound != null || mVibration != null; in calculateImportance()
493 pw.println(prefix + "mSound= " + mSound); in dump()
820 return mSound; in getSound()