Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java578 RemoteInputHistoryItem[] newHistoryItems; in rebuildNotificationWithRemoteInput() local
581 newHistoryItems = new RemoteInputHistoryItem[1]; in rebuildNotificationWithRemoteInput()
583 newHistoryItems = new RemoteInputHistoryItem[oldHistoryItems.length + 1]; in rebuildNotificationWithRemoteInput()
584 System.arraycopy(oldHistoryItems, 0, newHistoryItems, 1, oldHistoryItems.length); in rebuildNotificationWithRemoteInput()
592 newHistoryItems[0] = newItem; in rebuildNotificationWithRemoteInput()
593 b.setRemoteInputHistory(newHistoryItems); in rebuildNotificationWithRemoteInput()