/** Push any current Heads Up notification down into the shade. */
 public void release() {
   if (mHeadsUp != null) {
     mBar.displayNotificationFromHeadsUp(mHeadsUp.notification);
   }
   mHeadsUp = null;
 }