Lines Matching refs:placeCall
45 * - actually running the placeCall() method and handling errors or retries
165 * ultimately calls CallController.placeCall() (from the
169 * (4) Here in CallController.placeCall() we read the phone number or SIP
183 public void placeCall(Intent intent) {
184 log("placeCall()... intent = " + intent);
194 Log.wtf(TAG, "placeCall: called with null intent");
195 throw new IllegalArgumentException("placeCall: called with null intent");
201 Log.wtf(TAG, "placeCall: intent had no data");
202 throw new IllegalArgumentException("placeCall: intent had no data");
220 Log.wtf(TAG, "placeCall: unexpected intent action " + action);
254 if (DBG) log("==> placeCall(): success from placeCallInternal(): " + status);
264 log("==> placeCall(): failure code from placeCallInternal(): " + status);
302 * placeCall() above.)
366 Log.w(TAG, "placeCall: couldn't get a phone number from Intent " + intent);
396 if (DBG) log("placeCall: Emergency number detected with status = " + okToCallStatus);
405 Log.i(TAG, "placeCall: Trying to make emergency call while POWER_OFF!");
446 // Watch out: PhoneUtils.placeCall() returns one of the
448 int callStatus = PhoneUtils.placeCall(mApp,
457 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
534 if (DBG) log("placeCall: specified number was an MMI code: '" + number + "'.");
547 Log.w(TAG, "placeCall: PhoneUtils.placeCall() FAILED for number '"
554 Log.wtf(TAG, "placeCall: unknown callStatus " + callStatus
555 + " from PhoneUtils.placeCall() for number '" + number + "'.");
766 // the CallController.placeCall() sequence, *not* in