HomeSort by relevance Sort by last modified time
    Searched defs:placeCall (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CallController.java 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)
    [all...]
EmergencyDialer.java 313 placeCall();
335 placeCall();
412 placeCall();
534 private void placeCall() {
PhoneUtils.java 86 // Return codes from placeCall()
635 * @see placeCall below
637 public static int placeCall(Context context, Phone phone, String number, Uri contactRef,
639 return placeCall(context, phone, number, contactRef, isEmergencyCall,
665 public static int placeCall(Context context, Phone phone, String number, Uri contactRef,
670 log("placeCall()... number: '" + number + "'"
675 log("placeCall()... number: " + toLogSafePhoneNumber(number)
    [all...]

Completed in 185 milliseconds