Searched refs:replyIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 58 public void smartReplySent(NotificationEntry entry, int replyIndex, CharSequence reply, in smartReplySent() argument 63 mBarService.onNotificationSmartReplySent(entry.notification.getKey(), replyIndex, reply, in smartReplySent() local
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 75 void onNotificationSmartReplySent(in String key, in int replyIndex, in CharSequence reply, in onNotificationSmartReplySent() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 267 int replyIndex, SmartReplies smartReplies, SmartReplyController smartReplyController, in inflateReplyButton() argument 271 CharSequence choice = smartReplies.choices[replyIndex]; in inflateReplyButton() 278 new EditedSuggestionInfo(choice, replyIndex); in inflateReplyButton() 285 smartReplyController.smartReplySent(entry, replyIndex, b.getText(), in inflateReplyButton()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1286 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent() argument 1291 mNotificationDelegate.onNotificationSmartReplySent(key, replyIndex, reply, in onNotificationSmartReplySent()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 4121 final int replyIndex = 2; in testOnNotificationSmartReplySent() local 4131 r.getKey(), replyIndex, reply, NOTIFICATION_LOCATION_UNKNOWN, in testOnNotificationSmartReplySent() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1020 public void onNotificationSmartReplySent(String key, int replyIndex, CharSequence reply, 1028 .setSubtype(replyIndex)
|