private void suppressVibrate(Notification notification) {
   notification.defaults &= (~Notification.DEFAULT_VIBRATE);
   notification.vibrate = null;
 }