Searched defs:answerCall (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java237 static boolean answerCall(Call ringing) { method in class:PhoneUtils
238 log("answerCall(" + ringing + ")...");
259 if (DBG) log("answerCall: call state = " + ringing.getState());
300 Log.w(LOG_TAG, "answerCall: caught " + ex, ex);
483 return answerCall(ringing);
490 // Unlike the answerCall() method, we *don't* need to stop the
508 return answerCall(ringing);
1956 answerCall(phone.getRingingCall());
1964 // answerCall() will automatically hold the current
1966 answerCall(phon
[all...]

Completed in 56 milliseconds