Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertUtils.kt38 const val NOTIFICATION_ID_KEY = "notificationid" constant
DDismissAlarmsService.kt53 val notificationId = intent?.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1) in onHandleIntent()