Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java442 mHandler.obtainMessage(MyHandler.MSG_ON_NOTIFICATION_DIRECT_REPLY_SENT, args) in onNotificationDirectReply()
500 public static final int MSG_ON_NOTIFICATION_DIRECT_REPLY_SENT = 5; field in NotificationAssistantService.MyHandler
567 case MSG_ON_NOTIFICATION_DIRECT_REPLY_SENT: { in handleMessage()