Home
last modified time | relevance | path

Searched refs:notificationMgr (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java159 NotificationMgr notificationMgr; field in PhoneGlobals
288 notificationMgr.showDataRoamingNotification(msg.arg1, false);
292 notificationMgr.showDataRoamingNotification(msg.arg1, true);
296 notificationMgr.hideDataRoamingNotification();
443 notificationMgr = NotificationMgr.init(this); in onCreate()
853 notificationMgr.updateNetworkSelection(state, subId); in handleServiceStateChanged()
949 notificationMgr.showLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
953 notificationMgr.dismissLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
960 notificationMgr.dismissLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
963 notificationMgr.dismissLimitedSimFunctionWarningNotificationForInactiveSubs(); in updateLimitedSimFunctionForDualSim()
[all …]
H A DCallNotifier.java584 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
585 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners()
595 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), in updatePhoneStateListeners()
598 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), true); in updatePhoneStateListeners()
603 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), in updatePhoneStateListeners()
606 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), true); in updatePhoneStateListeners()
/aosp12/packages/services/Car/service/src/com/android/car/admin/
H A DNotificationHelper.java87 NotificationManager notificationMgr = context.getSystemService(NotificationManager.class); in newNotificationBuilder() local
88 notificationMgr.createNotificationChannel( in newNotificationBuilder()
/aosp12/packages/apps/Car/Provision/src/com/android/car/provision/
H A DDefaultActivity.java480 NotificationManager notificationMgr = getSystemService(NotificationManager.class); in notifySetupExited() local
481 notificationMgr.createNotificationChannel(new NotificationChannel( in notifySetupExited()
491 notificationMgr.notify(NOTIFICATION_ID, notification); in notifySetupExited()