Searched refs:DEFAULT_SOUND (Results 1 – 12 of 12) sorted by relevance
304 mUsbStorageNotification.defaults |= Notification.DEFAULT_SOUND; in setUsbStorageNotification()306 mUsbStorageNotification.defaults &= ~Notification.DEFAULT_SOUND; in setUsbStorageNotification()390 mMediaStorageNotification.defaults &= ~Notification.DEFAULT_SOUND; in setMediaStorageNotification()
203 mNiNotification.defaults |= Notification.DEFAULT_SOUND; in setNiNotification()205 mNiNotification.defaults &= ~Notification.DEFAULT_SOUND; in setNiNotification()
61 public static final int DEFAULT_SOUND = 1; field in Notification607 } else if ((this.defaults & DEFAULT_SOUND) != 0) { in toString()
347 defaults |= Notification.DEFAULT_SOUND; in buildNotification()
300 n.defaults |= Notification.DEFAULT_SOUND ;
228 <p>To use the user's default sound, add "DEFAULT_SOUND" to the <var>defaults</var> field:</p>230 notification.defaults |= Notification.DEFAULT_SOUND;258 {@link android.app.Notification#DEFAULT_SOUND}, then the default sound overrides any sound defined
799 (notification.defaults & Notification.DEFAULT_SOUND) != 0; in enqueueNotificationInternal()
681 mThrottlingNotification.defaults &= ~Notification.DEFAULT_SOUND; in postNotification()
451 mTetheredNotification.defaults &= ~Notification.DEFAULT_SOUND; in showTetheredNotification()
1320 mNotification.defaults &= ~Notification.DEFAULT_SOUND; in showNotification()
3598 field public static final int DEFAULT_SOUND = 1; // 0x1