Searched refs:sendNotificationEventToHandler (Results 1 – 1 of 1) sorted by relevance
197 sendNotificationEventToHandler(/* alertEntry= */ null, NOTIFY_RANKING_UPDATED); in onNotificationRankingUpdate()322 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_POSTED); in postNewNotification()327 sendNotificationEventToHandler(alertEntry, NOTIFY_NOTIFICATION_REMOVED); in removeNotification()330 private void sendNotificationEventToHandler(AlertEntry alertEntry, int eventType) { in sendNotificationEventToHandler() method in CarNotificationListener