Searched refs:updatedCalls (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DCallModeler.java339 final List<Call> updatedCalls = Lists.newArrayList();
340 doUpdate(false, updatedCalls);
342 if (updatedCalls.size() > 0) {
344 mListeners.get(i).onUpdate(updatedCalls);
456 * @param updatedCalls List of 'updated' calls that will be sent to the UI.
458 private boolean updateForConferenceCalls(Connection connection, List<Call> updatedCalls) { argument
473 updatedCalls.add(confCall);
492 updatedCalls.add(oldConfCall);

Completed in 333 milliseconds