Searched refs:newSbn (Results 1 – 3 of 3) sorted by relevance
143 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputNoSpinner() local145 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() local159 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() local174 NotificationEntry entry = new NotificationEntry(newSbn); in testRebuildWithRemoteInput_withExistingInput()[all …]
340 StatusBarNotification newSbn = in setUpWithCallback() local342 mEntryManager.updateNotification(newSbn, null /* ranking */); in setUpWithCallback()606 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime() local610 if (newSbn == null) { in setShouldManageLifetime()614 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()648 StatusBarNotification newSbn = rebuildNotificationForCanceledSmartReplies(entry); in setShouldManageLifetime() local650 if (newSbn == null) { in setShouldManageLifetime()654 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
260 StatusBarNotification newSbn = spy(childEntry.notification.clone()); in testUpdateGroupChangeDoesNotTransfer() local261 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()262 childEntry.notification = newSbn; in testUpdateGroupChangeDoesNotTransfer()