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 522 * directly call {@link updateSpeakerNotification(boolean)} instead.
527 public void updateSpeakerNotification() {
533 ? "updateSpeakerNotification: speaker ON"
534 : "updateSpeakerNotification: speaker OFF (or not offhook)");
536 updateSpeakerNotification(showNotification);
545 * Use {@link updateSpeakerNotification()} to update the status bar
551 public void updateSpeakerNotification(boolean showNotification) {
552 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
    [all...]
PhoneUtils.java     [all...]

Completed in 311 milliseconds