HomeSort by relevance Sort by last modified time
    Searched refs:updateSpeakerNotification (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 617 * directly call {@link #updateSpeakerNotification(boolean)} instead.
622 private void updateSpeakerNotification() {
628 ? "updateSpeakerNotification: speaker ON"
629 : "updateSpeakerNotification: speaker OFF (or not offhook)");
631 updateSpeakerNotification(showNotification);
640 * Use {@link updateSpeakerNotification()} to update the status bar
646 public void updateSpeakerNotification(boolean showNotification) {
647 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
    [all...]
PhoneUtils.java     [all...]

Completed in 61 milliseconds