Searched refs:DEFAULT_VIBRATE (Results 1 – 9 of 9) sorted by relevance
353 defaults |= Notification.DEFAULT_VIBRATE; in buildNotification()
627 n.defaults = Notification.DEFAULT_VIBRATE;
83 public static final int DEFAULT_VIBRATE = 2; field in Notification859 } else if ((this.defaults & DEFAULT_VIBRATE) != 0) { in toString()
410 <p>To use the default pattern, add {@link android.app.Notification#DEFAULT_VIBRATE} to the413 notification.defaults |= Notification.DEFAULT_VIBRATE;430 {@link android.app.Notification#DEFAULT_VIBRATE}, then the default vibration overrides any vibration
1057 (notification.defaults & Notification.DEFAULT_VIBRATE) != 0; in enqueueNotificationInternal()
3599 field public static final int DEFAULT_VIBRATE = 2; // 0x2
3603 field public static final int DEFAULT_VIBRATE = 2; // 0x2
3724 field public static final int DEFAULT_VIBRATE = 2; // 0x2