Searched refs:notificationTag (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/spam/ |
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()
|
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()
|
/packages/apps/Dialer/java/com/android/dialer/spam/promo/ |
D | SpamBlockingPromoHelper.java | 158 String notificationTag, in showSpamBlockingPromoNotification() argument 167 notificationTag, in showSpamBlockingPromoNotification()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
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()
|