Home
last modified time | relevance | path

Searched refs:rebuildForSendingSmartReply (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java56 public StatusBarNotification rebuildForSendingSmartReply(NotificationEntry entry, in rebuildForSendingSmartReply() method in RemoteInputNotificationRebuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt94 `when`(rebuilder.rebuildForSendingSmartReply(any(), any())).thenReturn(sbn)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt146 val newSbn = mRebuilder.rebuildForSendingSmartReply(entry, reply)