Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java575 RemoteInputHistoryItem[] oldHistoryItems = (RemoteInputHistoryItem[]) in rebuildNotificationWithRemoteInput() local
580 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()