Home
last modified time | relevance | path

Searched defs:modifiedBeforeSending (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java68 int notificationLocation, boolean modifiedBeforeSending) { in smartReplySent()
73 notificationLocation, modifiedBeforeSending); in smartReplySent() local
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java93 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent()
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl89 in int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent()
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1770 boolean modifiedBeforeSending) throws RemoteException { in onNotificationSmartReplySent()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7918 modifiedBeforeSending); in testOnNotificationSmartReplySent() local