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 277 updateInCallNotification();
620 public void updateInCallNotification() {
623 updateInCallNotification(false);
630 * This is just like updateInCallNotification(), with one exception:
644 * updateInCallNotification() instead. (This ensures that we don't
655 * @see updateInCallNotification()
660 updateInCallNotification(true);
664 * Helper method for updateInCallNotification() and
677 private void updateInCallNotification(boolean allowFullScreenIntent) {
679 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 583 mApp.notificationMgr.updateInCallNotification();
    [all...]

Completed in 41 milliseconds