Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java898 mHandler.obtainMessage(MyHandler.MSG_ON_NOTIFICATION_RANKING_UPDATE, in onNotificationPosted()
943 mHandler.obtainMessage(MyHandler.MSG_ON_NOTIFICATION_RANKING_UPDATE, in onNotificationRankingUpdate()
1422 public static final int MSG_ON_NOTIFICATION_RANKING_UPDATE = 4; field in NotificationListenerService.MyHandler
1456 case MSG_ON_NOTIFICATION_RANKING_UPDATE: { in handleMessage()