Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java70 int notificationLocation, boolean modifiedBeforeSending) { in smartReplySent()
75 notificationLocation, modifiedBeforeSending); in smartReplySent() local
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java91 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent()
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl80 in int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent()
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1496 boolean modifiedBeforeSending) throws RemoteException { in onNotificationSmartReplySent()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5845 modifiedBeforeSending); in testOnNotificationSmartReplySent() local