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.java148 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputNoSpinner() local
150 CharSequence[] messages = newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
154 assertFalse(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
156 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner()
162 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputWithSpinner() local
164 CharSequence[] messages = newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
168 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
170 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner()
177 StatusBarNotification newSbn = in testRebuildWithRemoteInput_withExistingInput() local
179 NotificationEntry entry = new NotificationEntry(newSbn); in testRebuildWithRemoteInput_withExistingInput()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java344 StatusBarNotification newSbn = in setUpWithCallback() local
346 mEntryManager.updateNotification(newSbn, null /* ranking */); in setUpWithCallback()
622 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime() local
626 if (newSbn == null) { in setShouldManageLifetime()
630 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
664 StatusBarNotification newSbn = rebuildNotificationForCanceledSmartReplies(entry); in setShouldManageLifetime() local
666 if (newSbn == null) { in setShouldManageLifetime()
670 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java257 StatusBarNotification newSbn = spy(childEntry.notification.clone()); in testUpdateGroupChangeDoesNotTransfer() local
258 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()
259 childEntry.notification = newSbn; in testUpdateGroupChangeDoesNotTransfer()