Searched refs:newSbn (Results 1 – 3 of 3) sorted by relevance
148 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputNoSpinner() local150 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() local164 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() local179 NotificationEntry entry = new NotificationEntry(newSbn); in testRebuildWithRemoteInput_withExistingInput()[all …]
344 StatusBarNotification newSbn = in setUpWithCallback() local346 mEntryManager.updateNotification(newSbn, null /* ranking */); in setUpWithCallback()622 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime() local626 if (newSbn == null) { in setShouldManageLifetime()630 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()664 StatusBarNotification newSbn = rebuildNotificationForCanceledSmartReplies(entry); in setShouldManageLifetime() local666 if (newSbn == null) { in setShouldManageLifetime()670 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
257 StatusBarNotification newSbn = spy(childEntry.notification.clone()); in testUpdateGroupChangeDoesNotTransfer() local258 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()259 childEntry.notification = newSbn; in testUpdateGroupChangeDoesNotTransfer()