Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertUtils.java53 public static final String EVENT_ID_KEY = "eventid"; field in AlertUtils
H A DDismissAlarmsService.java65 long eventId = intent.getLongExtra(AlertUtils.EVENT_ID_KEY, -1); in onHandleIntent()