Searched refs:newSbn (Results 1 – 3 of 3) sorted by relevance
162 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInput_image() local165 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInput_image()175 StatusBarNotification newSbn = in testRebuildWithRemoteInput_noExistingInputNoSpinner() local178 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() local193 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 …]
360 StatusBarNotification newSbn = in setUpWithCallback() local363 mEntryManager.updateNotification(newSbn, null /* ranking */); in setUpWithCallback()678 StatusBarNotification newSbn = rebuildNotificationWithRemoteInput(entry, in setShouldManageLifetime() local683 if (newSbn == null) { in setShouldManageLifetime()687 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()721 StatusBarNotification newSbn = rebuildNotificationForCanceledSmartReplies(entry); in setShouldManageLifetime() local723 if (newSbn == null) { in setShouldManageLifetime()727 mEntryManager.updateNotification(newSbn, null); in setShouldManageLifetime()
281 StatusBarNotification newSbn = spy(childEntry.getSbn().clone()); in testUpdateGroupChangeDoesNotTransfer() local282 doReturn("other_group").when(newSbn).getGroupKey(); in testUpdateGroupChangeDoesNotTransfer()283 childEntry.setSbn(newSbn); in testUpdateGroupChangeDoesNotTransfer()