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

/packages/apps/InCallUI/src/com/android/incallui/
H A DCallList.java174 listener.onCallListChange(this);
329 listener.onCallListChange(this);
457 * because {@link #onCallListChange} does not automatically get called for
468 public void onCallListChange(CallList callList); method in interface:CallList.Listener
H A DAnswerPresenter.java63 public void onCallListChange(CallList callList) { method in class:AnswerPresenter
H A DInCallPresenter.java187 // after the call to onCallListChange() instead of directly here.
207 onCallListChange(mCallList);
222 public void onCallListChange(CallList callList) { method in class:InCallPresenter
283 // We need to do the run the same code as onCallListChange.
284 onCallListChange(CallList.getInstance());

Completed in 131 milliseconds