Searched refs:newHistoryItems (Results 1 – 1 of 1) sorted by relevance
578 RemoteInputHistoryItem[] newHistoryItems; in rebuildNotificationWithRemoteInput() local581 newHistoryItems = new RemoteInputHistoryItem[1]; in rebuildNotificationWithRemoteInput()583 newHistoryItems = new RemoteInputHistoryItem[oldHistoryItems.length + 1]; in rebuildNotificationWithRemoteInput()584 System.arraycopy(oldHistoryItems, 0, newHistoryItems, 1, oldHistoryItems.length); in rebuildNotificationWithRemoteInput()592 newHistoryItems[0] = newItem; in rebuildNotificationWithRemoteInput()593 b.setRemoteInputHistory(newHistoryItems); in rebuildNotificationWithRemoteInput()