Searched refs:mSound (Results 1 – 1 of 1) sorted by relevance
28 private Uri mSound; field in NotificationContent79 return mSound; in getSound()129 mSound = in.readParcelable(getClass().getClassLoader()); in NotificationContent()154 dest.writeParcelable(mSound, 0); in writeToParcel()174 out.writeObject(mSound == null ? null : mSound.toString()); in writeObject()200 mSound = null; in readObject()202 mSound = Uri.parse(soundUri); in readObject()248 private Uri mSound; field in NotificationContent.Builder307 mSound = null; in useDefaultSound()313 mSound = sound; in setSound()[all …]