Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRemoteInputNotificationRebuilderTest.java78 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInput_image() local
81 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInput_image()
91 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputNoSpinner() local
94 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInputNoSpinner()
98 assertFalse(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
100 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
106 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputWithSpinner() local
109 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInputWithSpinner()
113 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
115 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRemoteInputCoordinator.kt120 val newSbn = mRebuilder.rebuildForRemoteInputReply(entry) in onEntryUpdated() constant
122 mNotifUpdater.onInternalNotificationUpdate(newSbn, in onEntryUpdated()
126 val newSbn = mRebuilder.rebuildForCanceledSmartReplies(entry) in onEntryUpdated() constant
128 mNotifUpdater.onInternalNotificationUpdate(newSbn, in onEntryUpdated()
135 val newSbn = mRebuilder.rebuildWithExistingReplies(entry) in onEntryUpdated() constant
136 mNotifUpdater.onInternalNotificationUpdate(newSbn, in onEntryUpdated()
192 val newSbn = mRebuilder.rebuildForSendingSmartReply(entry, reply) in onSmartReplySent() constant
193 mNotifUpdater.onInternalNotificationUpdate(newSbn, in onSmartReplySent()
238 val newSbn = mRebuilder.rebuildForRemoteInputReply(entry) in queryShouldExtendLifetime() constant
240 mNotifUpdater.onInternalNotificationUpdate(newSbn, in queryShouldExtendLifetime()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputNotificationRebuilder.java100 StatusBarNotification newSbn = rebuildWithRemoteInputInserted(entry, in rebuildForRemoteInputReply() local
103 return newSbn; in rebuildForRemoteInputReply()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java1179 StatusBarNotification newSbn = getSbn(pkg, lastIdx, in testAutoGrouped_diffIcon_diffColor_removeChild_updateTo_sameIcon_sameColor() local
1182 notifications.add(newSbn); in testAutoGrouped_diffIcon_diffColor_removeChild_updateTo_sameIcon_sameColor()