Home
last modified time | relevance | path

Searched refs:EXTRA_NOTIFICATION_ID (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/spam/
H A DSpamNotificationService.java54 private static final String EXTRA_NOTIFICATION_ID = "service_notification_id"; field in SpamNotificationService
71 intent.putExtra(EXTRA_NOTIFICATION_ID, notificationId); in createServiceIntent()
101 notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, 1); in onStartCommand()
H A DSpamNotificationActivity.java72 private static final String EXTRA_NOTIFICATION_ID = "notification_id"; field in SpamNotificationActivity
110 intent.putExtra(EXTRA_NOTIFICATION_ID, notificationId); in createActivityIntent()
335 int notificationId = getIntent().getIntExtra(EXTRA_NOTIFICATION_ID, 1); in cancelNotification()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DNotificationBroadcastReceiver.java73 public static final String EXTRA_NOTIFICATION_ID = field in NotificationBroadcastReceiver
101 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in onReceive()
H A DExternalCallNotifier.java257 NotificationBroadcastReceiver.EXTRA_NOTIFICATION_ID, info.getNotificationId()); in postNotification()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.kt49 const val EXTRA_NOTIFICATION_ID = "extra_notification_id"
475 showAndDismiss.putExtra(EXTRA_NOTIFICATION_ID, id)
H A DAlarmStateManager.kt983 val id: Int = intent.getIntExtra(AlarmNotifications.EXTRA_NOTIFICATION_ID, -1)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfo.java577 intent.putExtra(Notification.EXTRA_NOTIFICATION_ID, id);
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java214 public static final String EXTRA_NOTIFICATION_ID = "android.intent.extra.NOTIFICATION_ID"; field in Notification
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5703 field public static final String EXTRA_NOTIFICATION_ID = "android.intent.extra.NOTIFICATION_ID";