Searched refs:replyIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 67 public void smartReplySent(NotificationEntry entry, int replyIndex, CharSequence reply, in smartReplySent() argument 72 mBarService.onNotificationSmartReplySent(entry.getSbn().getKey(), replyIndex, reply, in smartReplySent() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyStateInflater.kt | 412 replyIndex: Int, in inflateReplyButton() 430 replyIndex: Int, in inflateReplyButton() 442 replyIndex, in inflateReplyButton() 471 replyIndex: Int, in inflateReplyButton() 484 NotificationEntry.EditedSuggestionInfo(choice, replyIndex)) in inflateReplyButton() 488 replyIndex, in inflateReplyButton()
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 88 void onNotificationSmartReplySent(in String key, in int replyIndex, in CharSequence reply, in onNotificationSmartReplySent() argument
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1830 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent() argument 1835 mNotificationDelegate.onNotificationSmartReplySent(key, replyIndex, reply, in onNotificationSmartReplySent()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 8760 final int replyIndex = 2; in testOnNotificationSmartReplySent() local 8770 r.getKey(), replyIndex, reply, NOTIFICATION_LOCATION_UNKNOWN, in testOnNotificationSmartReplySent() local 8786 final int replyIndex = 2; in testStats_SmartReplyAlreadyLifetimeExtendedPostsUpdate() local 8797 r.getKey(), replyIndex, reply, NOTIFICATION_LOCATION_UNKNOWN, in testStats_SmartReplyAlreadyLifetimeExtendedPostsUpdate() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1564 public void onNotificationSmartReplySent(String key, int replyIndex, CharSequence reply, 1594 .setSubtype(replyIndex)
|