Home | History | Annotate | Download | only in phone

Lines Matching defs:answerCall

237     static boolean answerCall(Call ringing) {
238 if (DBG) log("answerCall()...");
259 if (DBG) log("answerCall: call state = " + ringing.getState());
300 Log.w(LOG_TAG, "answerCall: caught " + ex, ex);
469 return answerCall(ringing);
476 // Unlike the answerCall() method, we *don't* need to stop the
494 return answerCall(ringing);
1923 answerCall(phone.getRingingCall());
1931 answerCall(phone.getRingingCall()); // Automatically holds the current active call,