Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java523 CharSequence[] newHistory; in rebuildNotificationWithRemoteInput() local
525 newHistory = new CharSequence[1]; in rebuildNotificationWithRemoteInput()
527 newHistory = new CharSequence[oldHistory.length + 1]; in rebuildNotificationWithRemoteInput()
528 System.arraycopy(oldHistory, 0, newHistory, 1, oldHistory.length); in rebuildNotificationWithRemoteInput()
530 newHistory[0] = String.valueOf(remoteInputText); in rebuildNotificationWithRemoteInput()
531 b.setRemoteInputHistory(newHistory); in rebuildNotificationWithRemoteInput()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5160 boolean newHistory = false; in updateAllPhoneStateLocked()
5193 newHistory = true; in updateAllPhoneStateLocked()
5207 newHistory = true; in updateAllPhoneStateLocked()
5218 newHistory = true; in updateAllPhoneStateLocked()
5235 newHistory = true; in updateAllPhoneStateLocked()
5243 if (newHistory) { in updateAllPhoneStateLocked()