Home
last modified time | relevance | path

Searched refs:oldHistory (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java537 CharSequence[] oldHistory = sbn.getNotification().extras in rebuildNotificationWithRemoteInput() local
540 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()