Searched refs:notificationMgr (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneGlobals.java | 164 NotificationMgr notificationMgr; field in PhoneGlobals 381 notificationMgr.showDataRoamingNotification(msg.arg1, false); 391 notificationMgr.showDataRoamingNotification(msg.arg1, true); 396 notificationMgr.hideDataRoamingNotification(); 411 notificationMgr.dismissNetworkSelectionNotificationForInactiveSubId(); 614 notificationMgr = NotificationMgr.init(this); in onCreate() 1024 notificationMgr.updateNetworkSelection(state, subId); in handleServiceStateChanged() 1368 notificationMgr.showLimitedSimFunctionWarningNotification( 1372 notificationMgr.dismissLimitedSimFunctionWarningNotification( 1379 notificationMgr.dismissLimitedSimFunctionWarningNotification( [all …]
|
D | CallNotifier.java | 512 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners() 513 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners() 523 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), in updatePhoneStateListeners() 526 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), true); in updatePhoneStateListeners() 531 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), in updatePhoneStateListeners() 534 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), true); in updatePhoneStateListeners()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/ |
D | KitchenSinkShellCommand.java | 230 NotificationManager notificationMgr = mContext.getSystemService(NotificationManager.class); in postNotification() local 231 notificationMgr.createNotificationChannel( in postNotification() 243 notificationMgr.notify(mNotificationId, notification); in postNotification()
|
/packages/apps/Car/Provision/src/com/android/car/provision/ |
D | DefaultActivity.java | 483 NotificationManager notificationMgr = getSystemService(NotificationManager.class); in notifySetupExited() local 484 notificationMgr.createNotificationChannel(new NotificationChannel( in notifySetupExited() 494 notificationMgr.notify(NOTIFICATION_ID, notification); in notifySetupExited()
|
/packages/services/Car/service-builtin/src/com/android/car/admin/ |
D | NotificationHelper.java | 92 NotificationManager notificationMgr = context.getSystemService(NotificationManager.class); in newNotificationBuilder() local 93 notificationMgr.createNotificationChannel( in newNotificationBuilder()
|