Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRemoteInputCoordinator.kt147 val newSbn = mRebuilder.rebuildForSendingSmartReply(entry, reply) regex
189 val newSbn = mRebuilder.rebuildForRemoteInputReply(entry) regex
205 val newSbn = mRebuilder.rebuildForCanceledSmartReplies(entry) regex
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java88 StatusBarNotification newSbn = rebuildWithRemoteInputInserted(entry, in rebuildForRemoteInputReply() local
H A DNotificationRemoteInputManager.java947 StatusBarNotification newSbn = mRebuilder.rebuildForRemoteInputReply(entry); in setShouldManageLifetime() local
988 StatusBarNotification newSbn = mRebuilder.rebuildForCanceledSmartReplies(entry); in setShouldManageLifetime() local
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java760 StatusBarNotification newSbn = mock(StatusBarNotification.class); in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local
800 StatusBarNotification newSbn = mock(StatusBarNotification.class); in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local
822 StatusBarNotification newSbn = mock(StatusBarNotification.class); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupAlertTransferHelperTest.java298 StatusBarNotification newSbn = spy(childEntry.getSbn().clone()); in testUpdateGroupChangeDoesNotTransfer() local