Home
last modified time | relevance | path

Searched refs:rebuildForRemoteInputReply (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java81 public StatusBarNotification rebuildForRemoteInputReply(NotificationEntry entry) { in rebuildForRemoteInputReply() method in RemoteInputNotificationRebuilder
H A DNotificationRemoteInputManager.java947 StatusBarNotification newSbn = mRebuilder.rebuildForRemoteInputReply(entry); in setShouldManageLifetime()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinatorTest.kt93 `when`(rebuilder.rebuildForRemoteInputReply(any())).thenReturn(sbn)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt189 val newSbn = mRebuilder.rebuildForRemoteInputReply(entry)