Searched refs:oldHistoryItems (Results 1 – 1 of 1) sorted by relevance
575 RemoteInputHistoryItem[] oldHistoryItems = (RemoteInputHistoryItem[]) in rebuildNotificationWithRemoteInput() local580 if (oldHistoryItems == null) { in rebuildNotificationWithRemoteInput()583 newHistoryItems = new RemoteInputHistoryItem[oldHistoryItems.length + 1]; in rebuildNotificationWithRemoteInput()584 System.arraycopy(oldHistoryItems, 0, newHistoryItems, 1, oldHistoryItems.length); in rebuildNotificationWithRemoteInput()