Home
last modified time | relevance | path

Searched defs:newSbn (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilderTest.java78 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInput_image() local
91 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputNoSpinner() local
106 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputWithSpinner() local
122 StatusBarNotification newSbn = in testRebuildWithRemoteInput_withExistingInput() local
145 StatusBarNotification newSbn = in testRebuildWithRemoteInput_withExistingInput_image() local
167 StatusBarNotification newSbn = in testRebuildNotificationForCanceledSmartReplies() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt146 val newSbn = mRebuilder.rebuildForSendingSmartReply(entry, reply) regex
188 val newSbn = mRebuilder.rebuildForRemoteInputReply(entry) regex
204 val newSbn = mRebuilder.rebuildForCanceledSmartReplies(entry) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java88 StatusBarNotification newSbn = rebuildWithRemoteInputInserted(entry, in rebuildForRemoteInputReply() local