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.java342 boolean modifiedBeforeSending = in setUpWithCallback()
352 modifiedBeforeSending); in setUpWithCallback()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java89 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
DNotificationManagerService.java1138 int notificationLocation, boolean modifiedBeforeSending) {
1156 modifiedBeforeSending ? 1 : 0);
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl78 in int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1349 boolean modifiedBeforeSending) throws RemoteException { in onNotificationSmartReplySent() argument
1354 notificationLocation, modifiedBeforeSending); in onNotificationSmartReplySent()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4943 final boolean modifiedBeforeSending = true; in testOnNotificationSmartReplySent()
4952 modifiedBeforeSending); in testOnNotificationSmartReplySent() local