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

  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 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 + ")...");
    [all...]
PhoneUtils.java     [all...]

Completed in 204 milliseconds