Searched refs:notificationMgr (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneGlobals.java | 159 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 D | CallNotifier.java | 584 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 D | NotificationHelper.java | 87 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 D | DefaultActivity.java | 480 NotificationManager notificationMgr = getSystemService(NotificationManager.class); in notifySetupExited() local 481 notificationMgr.createNotificationChannel(new NotificationChannel( in notifySetupExited() 491 notificationMgr.notify(NOTIFICATION_ID, notification); in notifySetupExited()
|