Lines Matching refs:placeCall
46 * - actually running the placeCall() method and handling errors or retries
172 * ultimately calls CallController.placeCall() (from the
176 * (4) Here in CallController.placeCall() we read the phone number or SIP
190 public void placeCall(Intent intent) {
191 log("placeCall()... intent = " + intent);
199 Log.wtf(TAG, "placeCall: called with null intent");
200 throw new IllegalArgumentException("placeCall: called with null intent");
206 Log.wtf(TAG, "placeCall: intent had no data");
207 throw new IllegalArgumentException("placeCall: intent had no data");
225 Log.wtf(TAG, "placeCall: unexpected intent action " + action);
243 if (DBG) log("==> placeCall(): success from placeCallInternal(): " + status);
248 log("==> placeCall(): failure code from placeCallInternal(): " + status);
273 * placeCall() above.)
339 Log.w(TAG, "placeCall: couldn't get a phone number from Intent " + intent);
377 if (DBG) log("placeCall: Emergency number detected with status = " + okToCallStatus);
386 Log.i(TAG, "placeCall: Trying to make emergency call while POWER_OFF!");
416 // condition call logging in a single place (placeCall()) that also has access to
417 // the number we attempted to dial (not placeCall()).
431 // If a gateway is used, extract the data here and pass that into placeCall.
434 // Watch out: PhoneUtils.placeCall() returns one of the
436 int callStatus = PhoneUtils.placeCall(mApp,
446 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
502 if (DBG) log("placeCall: specified number was an MMI code: '" + number + "'.");
515 Log.w(TAG, "placeCall: PhoneUtils.placeCall() FAILED for number '"
527 Log.wtf(TAG, "placeCall: unknown callStatus " + callStatus
528 + " from PhoneUtils.placeCall() for number '" + number + "'.");
684 // the CallController.placeCall() sequence, *not* in