Searched refs:mSound (Results 1 – 2 of 2) sorted by relevance
156 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel216 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 …]
160 private Uri mSound; field in NotificationRecord211 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()