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.java143 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputNoSpinner() local
145 CharSequence[] messages = newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
149 assertFalse(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
151 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
157 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputWithSpinner() local
159 CharSequence[] messages = newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
163 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
165 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
172 StatusBarNotification newSbn = in testRebuildWithRemoteInput_withExistingInput() local
174 NotificationEntry entry = new NotificationEntry(newSbn); in testRebuildWithRemoteInput_withExistingInput()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java340 StatusBarNotification newSbn = in setUpWithCallback() local
342 mEntryManager.updateNotification(newSbn, null /* ranking */); in setUpWithCallback()
606 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime() local
610 if (newSbn == null) { in setShouldManageLifetime()
614 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
648 StatusBarNotification newSbn = rebuildNotificationForCanceledSmartReplies(entry); in setShouldManageLifetime() local
650 if (newSbn == null) { in setShouldManageLifetime()
654 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java260 StatusBarNotification newSbn = spy(childEntry.notification.clone()); in testUpdateGroupChangeDoesNotTransfer() local
261 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
262 childEntry.notification = newSbn; in testUpdateGroupChangeDoesNotTransfer()