Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java491 mHandler.obtainMessage(MyHandler.MSG_ON_NOTIFICATION_CLICKED, args).sendToTarget(); in onNotificationClicked()
530 public static final int MSG_ON_NOTIFICATION_CLICKED = 12; field in NotificationAssistantService.MyHandler
638 case MSG_ON_NOTIFICATION_CLICKED: { in handleMessage()