Home
last modified time | relevance | path

Searched defs:replyIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java58 public void smartReplySent(NotificationEntry entry, int replyIndex, CharSequence reply, in smartReplySent()
63 mBarService.onNotificationSmartReplySent(entry.notification.getKey(), replyIndex, reply, in smartReplySent() local
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl75 void onNotificationSmartReplySent(in String key, in int replyIndex, in CharSequence reply, in onNotificationSmartReplySent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java267 int replyIndex, SmartReplies smartReplies, SmartReplyController smartReplyController, in inflateReplyButton()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1286 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4121 final int replyIndex = 2; in testOnNotificationSmartReplySent() local
4131 r.getKey(), replyIndex, reply, NOTIFICATION_LOCATION_UNKNOWN, in testOnNotificationSmartReplySent() local