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