Searched refs:replyIndex (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A 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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyStateInflater.kt | 412 replyIndex: Int, 430 replyIndex: Int, 442 replyIndex, 471 replyIndex: Int, 484 NotificationEntry.EditedSuggestionInfo(choice, replyIndex)) 488 replyIndex,
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 88 void onNotificationSmartReplySent(in String key, in int replyIndex, in CharSequence reply, in onNotificationSmartReplySent() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1769 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent() argument 1774 mNotificationDelegate.onNotificationSmartReplySent(key, replyIndex, reply, in onNotificationSmartReplySent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 1397 public void onNotificationSmartReplySent(String key, int replyIndex, CharSequence reply, 1405 .setSubtype(replyIndex)
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 7907 final int replyIndex = 2; in testOnNotificationSmartReplySent() local 7917 r.getKey(), replyIndex, reply, NOTIFICATION_LOCATION_UNKNOWN, in testOnNotificationSmartReplySent() local
|