Searched refs:newHistory (Results 1 – 2 of 2) sorted by relevance
539 CharSequence[] newHistory; in rebuildNotificationWithRemoteInput() local541 newHistory = new CharSequence[1]; in rebuildNotificationWithRemoteInput()543 newHistory = new CharSequence[oldHistory.length + 1]; in rebuildNotificationWithRemoteInput()544 System.arraycopy(oldHistory, 0, newHistory, 1, oldHistory.length); in rebuildNotificationWithRemoteInput()546 newHistory[0] = String.valueOf(remoteInputText); in rebuildNotificationWithRemoteInput()547 b.setRemoteInputHistory(newHistory); in rebuildNotificationWithRemoteInput()
5163 boolean newHistory = false; in updateAllPhoneStateLocked()5196 newHistory = true; in updateAllPhoneStateLocked()5210 newHistory = true; in updateAllPhoneStateLocked()5221 newHistory = true; in updateAllPhoneStateLocked()5238 newHistory = true; in updateAllPhoneStateLocked()5246 if (newHistory) { in updateAllPhoneStateLocked()