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.java61 int notificationLocation, boolean modifiedBeforeSending) { in smartReplySent() argument
66 notificationLocation, modifiedBeforeSending); in smartReplySent() local
DNotificationRemoteInputManager.java353 boolean modifiedBeforeSending = in setUpWithCallback()
363 modifiedBeforeSending); in setUpWithCallback()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java91 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
DNotificationManagerService.java1370 int notificationLocation, boolean modifiedBeforeSending) {
1388 modifiedBeforeSending ? 1 : 0);
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl80 in int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1489 boolean modifiedBeforeSending) throws RemoteException { in onNotificationSmartReplySent() argument
1494 notificationLocation, modifiedBeforeSending); in onNotificationSmartReplySent()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5576 final boolean modifiedBeforeSending = true; in testOnNotificationSmartReplySent()
5585 modifiedBeforeSending); in testOnNotificationSmartReplySent() local