Searched refs:newHistory (Results 1 – 2 of 2) sorted by relevance
523 CharSequence[] newHistory; in rebuildNotificationWithRemoteInput() local525 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()
5160 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()