Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java162 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInput_image() local
165 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInput_image()
175 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputNoSpinner() local
178 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInputNoSpinner()
182 assertFalse(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
184 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
190 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputWithSpinner() local
193 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInputWithSpinner()
197 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
199 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java360 StatusBarNotification newSbn = in setUpWithCallback() local
363 mEntryManager.updateNotification(newSbn, null /* ranking */); in setUpWithCallback()
678 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime() local
683 if (newSbn == null) { in setShouldManageLifetime()
687 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
721 StatusBarNotification newSbn = rebuildNotificationForCanceledSmartReplies(entry); in setShouldManageLifetime() local
723 if (newSbn == null) { in setShouldManageLifetime()
727 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java281 StatusBarNotification newSbn = spy(childEntry.getSbn().clone()); in testUpdateGroupChangeDoesNotTransfer() local
282 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
283 childEntry.setSbn(newSbn); in testUpdateGroupChangeDoesNotTransfer()