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

  /packages/apps/Phone/src/com/android/phone/
ClearMissedCallsService.java 57 mApp.notificationMgr.cancelMissedCallNotification();
NetworkSetting.java 325 app.notificationMgr.postTransientNotification(
326 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
342 app.notificationMgr.postTransientNotification(
343 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
350 app.notificationMgr.postTransientNotification(
351 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
CallNotifier.java 340 mApplication.notificationMgr.updateInCallNotification();
352 mApplication.notificationMgr.updateInCallNotification();
365 mApplication.notificationMgr.updateInCallNotification();
702 * @see NotificationMgr.updateNotificationAndLaunchIncomingCallUi()
    [all...]
PhoneApp.java 148 NotificationMgr notificationMgr;
287 // Tell the NotificationMgr to update the "ongoing
293 notificationMgr.updateInCallNotification();
297 notificationMgr.showDataDisconnectedRoaming();
301 notificationMgr.hideDataDisconnectedRoaming();
435 // Create the NotificationMgr singleton, which is used to display
437 notificationMgr = NotificationMgr.init(this);
    [all...]
InCallTouchUi.java 314 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(false);
321 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(true);
    [all...]
InCallScreen.java 580 mApp.notificationMgr.statusBarHelper.enableExpandedView(false);
583 mApp.notificationMgr.updateInCallNotification();
    [all...]
PhoneInterfaceManager.java 582 mApp.notificationMgr.cancelMissedCallNotification();
PhoneUtils.java     [all...]

Completed in 45 milliseconds