Home | History | Annotate | Download | only in incallui

Lines Matching refs:CallList

58     public void onStateChange(InCallState oldState, InCallState newState, CallList callList) {
62 final Call call = callList.getActiveOrBackgroundCall();
66 update(callList);
76 public void init(Context context, CallList callList) {
79 update(callList);
82 private void update(CallList callList) {
83 // callList is non null, but getActiveOrBackgroundCall() may return null
84 final Call currentCall = callList.getActiveOrBackgroundCall();
96 final boolean hasActiveCall = (callList.getActiveCall() != null);
97 final boolean hasHoldingCall = (callList.getBackgroundCall() != null);
103 callList.getCallById(currentCall.getChildCallIds().get(i))