Searched refs:mSound (Results 1 – 2 of 2) sorted by relevance
134 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel187 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()
123 private Uri mSound; field in NotificationRecord148 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()