Lines Matching refs:placeCall
1214 InCallInitStatus status = placeCall(intent);
2571 private InCallInitStatus placeCall(Intent intent) {
2572 if (DBG) log("placeCall()... intent = " + intent);
2615 Log.w(LOG_TAG, "placeCall: couldn't get a phone number from Intent " + intent);
2645 if (DBG) log("placeCall: Emergency number detected with status = " + okToCallStatus);
2657 Log.i(LOG_TAG, "placeCall: Trying to make emergency call while POWER_OFF!");
2670 if (DBG) log("placeCall: isOtaSpNumber() returns true");
2693 callStatus = PhoneUtils.placeCall(phone, number, contactUri);
2698 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
2756 if (DBG) log("placeCall: specified number was an MMI code: '" + number + "'.");
2768 Log.w(LOG_TAG, "placeCall: PhoneUtils.placeCall() FAILED for number '"
2774 Log.w(LOG_TAG, "placeCall: unknown callStatus " + callStatus
2775 + " from PhoneUtils.placeCall() for number '" + number + "'.");