Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID_KEY (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertUtils.java56 public static final String NOTIFICATION_ID_KEY = "notificationid"; field in AlertUtils
H A DDismissAlarmsService.java70 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1); in onHandleIntent()