Lines Matching refs:updateSpeakerNotification
613 * directly call {@link #updateSpeakerNotification(boolean)} instead.
618 private void updateSpeakerNotification() {
624 ? "updateSpeakerNotification: speaker ON"
625 : "updateSpeakerNotification: speaker OFF (or not offhook)");
627 updateSpeakerNotification(showNotification);
636 * Use {@link updateSpeakerNotification()} to update the status bar
642 public void updateSpeakerNotification(boolean showNotification) {
643 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");