/aosp12/packages/apps/Dialer/java/com/android/incallui/spam/ |
H A D | SpamNotificationService.java | 58 private String notificationTag; field in SpamNotificationService 66 String notificationTag, in createServiceIntent() argument 70 intent.putExtra(EXTRA_NOTIFICATION_TAG, notificationTag); in createServiceIntent() 100 notificationTag = intent.getStringExtra(EXTRA_NOTIFICATION_TAG); in onStartCommand() 116 DialerNotificationManager.cancel(this, notificationTag, notificationId); in onStartCommand() 134 notificationTag, in onStartCommand() 195 notificationTag, in createPromoActivityPendingIntent() 207 notificationTag, in createEnableSpamBlockingPendingIntent()
|
H A D | SpamNotificationActivity.java | 102 String notificationTag, in createActivityIntent() argument 109 intent.putExtra(EXTRA_NOTIFICATION_TAG, notificationTag); in createActivityIntent() 334 String notificationTag = getIntent().getStringExtra(EXTRA_NOTIFICATION_TAG); in cancelNotification() local 336 DialerNotificationManager.cancel(this, notificationTag, notificationId); in cancelNotification()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
H A D | NotificationService.java | 75 String notificationTag = intent.getStringExtra(EXTRA_NOTIFICATION_TAG); in onStartCommand() local 96 mMissedCallNotificationController.cancelMissedCallNotification(notificationTag); in onStartCommand() 101 mMissedCallNotificationController.cancelMissedCallNotification(notificationTag); in onStartCommand() 110 mMissedCallNotificationController.cancelMissedCallNotification(notificationTag); in onStartCommand()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | BiometricNotificationUtils.java | 109 String notificationTag) { in showNotificationHelper() argument 128 notificationManager.notifyAsUser(notificationTag, NOTIFICATION_ID, notification, in showNotificationHelper()
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/ |
H A D | NetworkStackNotifier.java | 215 final String notificationTag = getNotificationTag(network); in updateNotifications() local 269 dismissNotification(notificationTag, networkStatus); in updateNotifications() 277 mNotificationManager.notify(notificationTag, NOTE_ID_NETWORK_INFO, builder.build()); in updateNotifications()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/promo/ |
H A D | SpamBlockingPromoHelper.java | 158 String notificationTag, in showSpamBlockingPromoNotification() argument 167 notificationTag, in showSpamBlockingPromoNotification()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleNotifications.java | 215 final String notificationTag = buildNotificationTag(type, conversationId, in cancel() local 234 notificationManager.cancel(notificationTag, type); in cancel() 970 final String notificationTag = buildNotificationTag(type, in doNotify() local 976 notificationManager.notify(notificationTag, type, notification); in doNotify() 979 + "tag = " + notificationTag + ", type = " + type); in doNotify()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhone.java | 2203 final String notificationTag = "wifi_calling"; 2209 notificationManager.notify(notificationTag, notificationId,
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Launcher.java | 412 final String notificationTag = "Debug"; in onCreate() local 437 notificationManager.notify(notificationTag, notificationId, notification); in onCreate()
|