Searched refs:DEFAULT_SOUND (Results 1 – 13 of 13) sorted by relevance
77 .setDefaults(Notification.DEFAULT_SOUND); in getNotificationRecord()107 .setDefaults(Notification.DEFAULT_SOUND) in getNotificationRecordWithBubble()132 .setDefaults(Notification.DEFAULT_SOUND) in getNotificationRecordWithMedia()
64 .setDefaults(Notification.DEFAULT_SOUND); in getNotificationRecord()
114 .setDefaults(Notification.DEFAULT_SOUND); in getNotificationRecord()
164 defaults |= Notification.DEFAULT_SOUND; in getNotification()
465 defaults |= Notification.DEFAULT_SOUND; in getNotificationRecord()
427 defaults |= Notification.DEFAULT_SOUND; in buildNotification()
458 if ((n.defaults & Notification.DEFAULT_SOUND) != 0 || in countApiUse()
275 final boolean useDefaultSound = (n.defaults & Notification.DEFAULT_SOUND) != 0; in calculateSound()
22 import static android.app.Notification.DEFAULT_SOUND;583 assertEquals(0, (silentNotif.defaults & DEFAULT_SOUND)); in testBuilder_setSilent_noDefaultSound()
248 public static final int DEFAULT_SOUND = 1; field in Notification3830 if ((this.defaults & DEFAULT_SOUND) != 0) { in toString()4005 if ((defaults & DEFAULT_SOUND) != 0) { in defaultsToString()4007 defaults &= ~DEFAULT_SOUND; in defaultsToString()4758 mN.defaults &= ~DEFAULT_SOUND; in setSilent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4579 field public static final int DEFAULT_SOUND = 1; // 0x1
6431 field public static final int DEFAULT_SOUND = 1; // 0x1