Searched refs:onNotificationSmartReplySent (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | SmartReplyControllerTest.java | 131 verify(mIStatusBarService).onNotificationSmartReplySent(mSbn.getKey(), in testSendSmartReply_logsToStatusBar() 142 verify(mIStatusBarService).onNotificationSmartReplySent(mSbn.getKey(), in testSendSmartReply_logsToStatusBar_modifiedBeforeSending()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 92 void onNotificationSmartReplySent(String key, int clickedIndex, CharSequence reply, in onNotificationSmartReplySent() method
|
H A D | NotificationManagerService.java | 1397 public void onNotificationSmartReplySent(String key, int replyIndex, CharSequence reply,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | SmartReplyController.java | 72 mBarService.onNotificationSmartReplySent(entry.getSbn().getKey(), replyIndex, reply, in smartReplySent()
|
H A D | NotificationRemoteInputManager.java | 319 mBarService.onNotificationSmartReplySent( in setUpWithCallback()
|
/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() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1768 public void onNotificationSmartReplySent( in onNotificationSmartReplySent() method in StatusBarManagerService 1774 mNotificationDelegate.onNotificationSmartReplySent(key, replyIndex, reply, in onNotificationSmartReplySent()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 7916 mService.mNotificationDelegate.onNotificationSmartReplySent( in testOnNotificationSmartReplySent()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 83084 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onNotificationSmartReplySent(Ljava/l… 83167 Lcom/android/internal/statusbar/IStatusBarService;->onNotificationSmartReplySent(Ljava/lang/String;…
|