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 273 updateInCallNotification();
616 public void updateInCallNotification() {
619 updateInCallNotification(false);
626 * This is just like updateInCallNotification(), with one exception:
640 * updateInCallNotification() instead. (This ensures that we don't
651 * @see updateInCallNotification()
656 updateInCallNotification(true);
660 * Helper method for updateInCallNotification() and
673 private void updateInCallNotification(boolean allowFullScreenIntent) {
675 if (DBG) log("updateInCallNotification(allowFullScreenIntent =
    [all...]
CallNotifier.java 340 mApplication.notificationMgr.updateInCallNotification();
352 mApplication.notificationMgr.updateInCallNotification();
365 mApplication.notificationMgr.updateInCallNotification();
    [all...]
PhoneApp.java 293 notificationMgr.updateInCallNotification();
    [all...]
InCallScreen.java 579 mApp.notificationMgr.updateInCallNotification();
    [all...]

Completed in 36 milliseconds