Home | History | Annotate | Download | only in phone

Lines Matching refs:showNotification

624         boolean showNotification =
627 if (DBG) log(showNotification
631 updateSpeakerNotification(showNotification);
637 * @param showNotification if true, call notifySpeakerphone();
646 public void updateSpeakerNotification(boolean showNotification) {
647 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
649 // Regardless of the value of the showNotification param, suppress
659 if (showNotification) {