Searched refs:alertId (Results 1 – 2 of 2) sorted by relevance
181 public NotificationInstance(int alertId, int priority) { in NotificationInstance() argument182 mAlertId = alertId; in NotificationInstance()272 public void expectTestNotification(int notificationId, int alertId, int highPriority) { in expectTestNotification() argument273 mExpectedNotifications[notificationId] = new NotificationInstance(alertId, in expectTestNotification()
598 final long alertId = alertCursor.getLong(ALERT_INDEX_ID); in processQuery() local611 .withAppendedId(CalendarAlerts.CONTENT_URI, alertId); in processQuery()674 .append(" alertId:").append(alertId) in processQuery()