Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationAssistantService.java364 mHandler.obtainMessage(MyHandler.MSG_ON_ACTION_INVOKED, args).sendToTarget(); in onActionClicked()
386 public static final int MSG_ON_ACTION_INVOKED = 7; field in NotificationAssistantService.MyHandler
461 case MSG_ON_ACTION_INVOKED: { in handleMessage()