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