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

  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 287 updateInCallNotification();
715 public void updateInCallNotification() {
718 updateInCallNotification(false);
725 * This is just like updateInCallNotification(), with one exception:
739 * updateInCallNotification() instead. (This ensures that we don't
750 * @see #updateInCallNotification(boolean)
755 updateInCallNotification(true);
759 * Helper method for updateInCallNotification() and
772 private void updateInCallNotification(boolean allowFullScreenIntent) {
774 if (DBG) log("updateInCallNotification(allowFullScreenIntent =
    [all...]
CallNotifier.java 336 mApplication.notificationMgr.updateInCallNotification();
348 mApplication.notificationMgr.updateInCallNotification();
361 mApplication.notificationMgr.updateInCallNotification();
    [all...]
InCallScreen.java 568 mApp.notificationMgr.updateInCallNotification();
    [all...]
PhoneGlobals.java 314 notificationMgr.updateInCallNotification();
    [all...]

Completed in 33 milliseconds