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

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHandsfree.java1465 PhoneUtils.answerCall(mPhone);
1517 PhoneUtils.answerCall(mPhone);
1810 PhoneUtils.answerCall(mPhone);
1835 // calling PhoneUtils.answerCall(). switchAndHoldActive() won't
1841 PhoneUtils.answerCall(mPhone);
H A DPhoneInterfaceManager.java317 * from PhoneUtils.answerCall() or PhoneUtils.answerAndEndActive().)
336 // answerCall() will automatically hold the current active
338 PhoneUtils.answerCall(mPhone);
H A DPhoneUtils.java223 static boolean answerCall(Phone phone) { method in class:PhoneUtils
224 if (DBG) log("answerCall()...");
247 if (DBG) log("answerCall: call state = " + call.getState());
289 Log.w(LOG_TAG, "answerCall: caught " + ex, ex);
451 return answerCall(phone);
458 // Unlike the answerCall() method, we *don't* need to stop the
1904 answerCall(phone);
1911 answerCall(phone); // Automatically holds the current active call,
H A DInCallScreen.java1339 if (DBG) log("answerCall: First Incoming and Call Waiting scenario");
1345 if (DBG) log("answerCall: Merge 3-way call scenario");
1351 if (DBG) log("answerCall: Switch btwn 2 calls scenario");
3501 // In CDMA this is simply a wrapper around PhoneUtils.answerCall().
3502 PhoneUtils.answerCall(mPhone); // Automatically holds the current active call,
3506 // PhoneUtils.answerCall(), *but* we also need to do
3524 PhoneUtils.answerCall(mPhone); // Automatically holds the current active call,

Completed in 72 milliseconds