Searched refs:newList (Results 1 – 5 of 5) sorted by relevance
137 public void bindData(final List<SubscriptionListEntry> newList) { in bindData() argument139 addAll(newList); in bindData()
125 public void setSettingsItems(final List<SettingsItem> newList) { in setSettingsItems() argument127 addAll(newList); in setSettingsItems()
253 public void updateParticipants(final List<ParticipantData> newList) { in updateParticipants() argument255 addAll(newList); in updateParticipants()
68 public static <T extends LinkedNode> List<T> newList() { in newList() method in LinkedNode
2705 HashMap<Long,BluetoothMapConvoListingElement> newList = in refreshSmsMmsConvoVersions() local2749 newList.put(id, convoElement); in refreshSmsMmsConvoVersions()2755 setSmsMmsConvoList(newList); in refreshSmsMmsConvoVersions()2800 HashMap<Long,BluetoothMapConvoListingElement> newList = in refreshImEmailConvoVersions() local2850 newList.put(id, convoElement); in refreshImEmailConvoVersions()2856 setImEmailConvoList(newList); in refreshImEmailConvoVersions()