Home | History | Annotate | Download | only in phone

Lines Matching defs:answerCall

115     /** check status then decide whether answerCall */
171 answerCall(frC.ringing);
268 /* package */ static boolean answerCall(Call ringingCall) {
269 log("answerCall(" + ringingCall + ")...");
290 if (DBG) log("answerCall: call state = " + ringingCall.getState());
354 Log.w(LOG_TAG, "answerCall: caught " + ex, ex);
563 return answerCall(ringing);
577 * @see #answerCall(Call)
583 // Unlike the answerCall() method, we *don't* need to stop the
787 // See also similar logic in answerCall().
2201 answerCall(phone.getRingingCall());
2209 // answerCall() will automatically hold the current
2211 answerCall(phone.getRingingCall());