Searched refs:mSound (Results 1 – 3 of 3) sorted by relevance
154 private Uri mSound = Settings.System.DEFAULT_NOTIFICATION_URI; field in NotificationChannel214 mSound = Uri.CREATOR.createFromParcel(in); in NotificationChannel()216 mSound = null; in NotificationChannel()260 if (mSound != null) { in writeToParcel()262 mSound.writeToParcel(dest, 0); in writeToParcel()400 this.mSound = sound; in setSound()546 return mSound; in getSound()1037 + ", mSound=" + mSound in dump()1065 + ", mSound=" + mSound in toString()1093 if (mSound != null) { in writeToProto()[all …]
157 private Uri mSound; field in NotificationRecord208 mSound = calculateSound(); in NotificationRecord()366 stats.isNoisy = mSound != null || mVibration != null; in calculateInitialImportance()570 pw.println(prefix + "mSound= " + mSound); in dump()996 return mSound; in getSound()
8018 Landroid/app/NotificationChannel;->mSound:Landroid/net/Uri;