Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationListener.java55 static final int NOTIFY_RANKING_UPDATED = 3; field in CarNotificationListener
198 sendNotificationEventToHandler(/* alertEntry= */ null, NOTIFY_RANKING_UPDATED); in onNotificationRankingUpdate()
DNotificationViewController.java160 if (message.what == CarNotificationListener.NOTIFY_RANKING_UPDATED) { in handleMessage()