Home | History | Annotate | Download | only in phone

Lines Matching full:shownotification

620         boolean showNotification =
623 if (DBG) log(showNotification
627 updateSpeakerNotification(showNotification);
633 * @param showNotification if true, call notifySpeakerphone();
642 public void updateSpeakerNotification(boolean showNotification) {
643 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
645 // Regardless of the value of the showNotification param, suppress
651 if (showNotification) {