Home | History | Annotate | Download | only in phone

Lines Matching refs:placeCall

359         //       call by calling CallController.placeCall() via the
365 // Instead, the outgoing call request goes straight to CallController.placeCall().
366 // - CallController.placeCall() notices that it's an OTASP
369 // CallController.placeCall()). The InCallScreen notices that
420 // PhoneUtils.placeCall().
424 int callStatus = PhoneUtils.placeCall(context,
432 if (DBG) log(" ==> successful return from placeCall(): callStatus = " + callStatus);
434 Log.w(LOG_TAG, "Failure from placeCall() for OTA number '"
512 * This method is called as part of the CallController placeCall() sequence
708 mApplication.callController.placeCall(newIntent);