Searched refs:oldHistory (Results 1 – 1 of 1) sorted by relevance
537 CharSequence[] oldHistory = sbn.getNotification().extras in rebuildNotificationWithRemoteInput() local540 if (oldHistory == null) { in rebuildNotificationWithRemoteInput()543 newHistory = new CharSequence[oldHistory.length + 1]; in rebuildNotificationWithRemoteInput()544 System.arraycopy(oldHistory, 0, newHistory, 1, oldHistory.length); in rebuildNotificationWithRemoteInput()