Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt353 replyIndex: Int, in inflateReplyButton()
371 replyIndex: Int, in inflateReplyButton()
383 replyIndex, in inflateReplyButton()
412 replyIndex: Int, in inflateReplyButton()
425 NotificationEntry.EditedSuggestionInfo(choice, replyIndex)) in inflateReplyButton()
429 replyIndex, in inflateReplyButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java60 public void smartReplySent(NotificationEntry entry, int replyIndex, CharSequence reply, in smartReplySent() argument
65 mBarService.onNotificationSmartReplySent(entry.getSbn().getKey(), replyIndex, reply, in smartReplySent() local
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl79 void onNotificationSmartReplySent(in String key, in int replyIndex, in CharSequence reply, in onNotificationSmartReplySent() argument
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1488 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent() argument
1493 mNotificationDelegate.onNotificationSmartReplySent(key, replyIndex, reply, in onNotificationSmartReplySent()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5574 final int replyIndex = 2; in testOnNotificationSmartReplySent() local
5584 r.getKey(), replyIndex, reply, NOTIFICATION_LOCATION_UNKNOWN, in testOnNotificationSmartReplySent() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1369 public void onNotificationSmartReplySent(String key, int replyIndex, CharSequence reply,
1377 .setSubtype(replyIndex)