Home
last modified time | relevance | path

Searched refs:modifiedBeforeSending (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java59 int notificationLocation, boolean modifiedBeforeSending) { in smartReplySent() argument
64 notificationLocation, modifiedBeforeSending); in smartReplySent() local
DNotificationRemoteInputManager.java326 boolean modifiedBeforeSending = in setUpWithCallback()
336 modifiedBeforeSending); in setUpWithCallback()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java67 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
DNotificationManagerService.java1021 int notificationLocation, boolean modifiedBeforeSending) {
1039 modifiedBeforeSending ? 1 : 0);
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl76 in int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1287 boolean modifiedBeforeSending) throws RemoteException { in onNotificationSmartReplySent() argument
1292 notificationLocation, modifiedBeforeSending); in onNotificationSmartReplySent()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4123 final boolean modifiedBeforeSending = true; in testOnNotificationSmartReplySent()
4132 modifiedBeforeSending); in testOnNotificationSmartReplySent() local