Home
last modified time | relevance | path

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

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