Searched refs:onNotificationSmartReplySent (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | SmartReplyControllerTest.java | 120 verify(mIStatusBarService).onNotificationSmartReplySent(mSbn.getKey(), in testSendSmartReply_logsToStatusBar() 131 verify(mIStatusBarService).onNotificationSmartReplySent(mSbn.getKey(), in testSendSmartReply_logsToStatusBar_modifiedBeforeSending()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 66 void onNotificationSmartReplySent(String key, int clickedIndex, CharSequence reply, in onNotificationSmartReplySent() method
|
D | NotificationManagerService.java | 1020 public void onNotificationSmartReplySent(String key, int replyIndex, CharSequence reply,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 63 mBarService.onNotificationSmartReplySent(entry.notification.getKey(), replyIndex, reply, in smartReplySent()
|
D | NotificationRemoteInputManager.java | 329 mBarService.onNotificationSmartReplySent( in setUpWithCallback()
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 75 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 | 1285 public void onNotificationSmartReplySent( in onNotificationSmartReplySent() method in StatusBarManagerService 1291 mNotificationDelegate.onNotificationSmartReplySent(key, replyIndex, reply, in onNotificationSmartReplySent()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 4130 mService.mNotificationDelegate.onNotificationSmartReplySent( in testOnNotificationSmartReplySent()
|
/frameworks/base/services/ |
D | art-profile | 9438 PLcom/android/server/notification/NotificationManagerService$1;->onNotificationSmartReplySent(Ljava… 13232 PLcom/android/server/statusbar/StatusBarManagerService;->onNotificationSmartReplySent(Ljava/lang/St…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 97517 Lcom/android/internal/statusbar/IStatusBarService$Stub$Proxy;->onNotificationSmartReplySent(Ljava/l… 97600 Lcom/android/internal/statusbar/IStatusBarService;->onNotificationSmartReplySent(Ljava/lang/String;…
|