Lines Matching defs:placeCall
45 * - actually running the placeCall() method and handling errors or retries
170 * ultimately calls CallController.placeCall() (from the
174 * (4) Here in CallController.placeCall() we read the phone number or SIP
188 public void placeCall(Intent intent) {
189 log("placeCall()... intent = " + intent);
197 Log.wtf(TAG, "placeCall: called with null intent");
198 throw new IllegalArgumentException("placeCall: called with null intent");
204 Log.wtf(TAG, "placeCall: intent had no data");
205 throw new IllegalArgumentException("placeCall: intent had no data");
223 Log.wtf(TAG, "placeCall: unexpected intent action " + action);
251 if (DBG) log("==> placeCall(): success from placeCallInternal(): " + status);
256 log("==> placeCall(): failure code from placeCallInternal(): " + status);
281 * placeCall() above.)
344 Log.w(TAG, "placeCall: couldn't get a phone number from Intent " + intent);
382 placeCall: Emergency number detected with status = " + okToCallStatus);
391 Log.i(TAG, "placeCall: Trying to make emergency call while POWER_OFF!");
421 // condition call logging in a single place (placeCall()) that also has access to
422 // the number we attempted to dial (not placeCall()).
436 // If a gateway is used, extract the data here and pass that into placeCall.
439 // Watch out: PhoneUtils.placeCall() returns one of the
441 int callStatus = PhoneUtils.placeCall(mApp,
451 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
508 if (DBG) log("placeCall: specified number was an MMI code: '" + number + "'.");
521 Log.w(TAG, "placeCall: PhoneUtils.placeCall() FAILED for number '"
533 Log.wtf(TAG, "placeCall: unknown callStatus " + callStatus
534 + " from PhoneUtils.placeCall() for number '" + number + "'.");
690 // the CallController.placeCall() sequence, *not* in