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/phone/
DStatusBar.java1696 CharSequence[] newHistory; in removeNotification() local
1698 newHistory = new CharSequence[1]; in removeNotification()
1700 newHistory = new CharSequence[oldHistory.length + 1]; in removeNotification()
1702 newHistory[i + 1] = oldHistory[i]; in removeNotification()
1705 newHistory[0] = String.valueOf(entry.remoteInputText); in removeNotification()
1706 b.setRemoteInputHistory(newHistory); in removeNotification()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4413 boolean newHistory = false; in updateAllPhoneStateLocked()
4446 newHistory = true; in updateAllPhoneStateLocked()
4459 newHistory = true; in updateAllPhoneStateLocked()
4469 newHistory = true; in updateAllPhoneStateLocked()
4486 newHistory = true; in updateAllPhoneStateLocked()
4493 if (newHistory) { in updateAllPhoneStateLocked()