Searched defs:placeCall (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCallController.java46 * - actually running the placeCall() method and handling errors or retries
166 * ultimately calls CallController.placeCall() (from the
170 * (4) Here in CallController.placeCall() we read the phone number or SIP
184 public void placeCall(Intent intent) { method in class:CallController
185 log("placeCall()... intent = " + intent);
195 Log.wtf(TAG, "placeCall: called with null intent");
196 throw new IllegalArgumentException("placeCall: called with null intent");
202 Log.wtf(TAG, "placeCall: intent had no data");
203 throw new IllegalArgumentException("placeCall: intent had no data");
221 Log.wtf(TAG, "placeCall
[all...]
H A DEmergencyDialer.java310 placeCall();
332 placeCall();
409 placeCall();
531 private void placeCall() { method in class:EmergencyDialer
H A DPhoneUtils.java91 // Return codes from placeCall()
607 public static int placeCall(Context context, Phone phone, method in class:PhoneUtils
611 log("placeCall()... number: '" + number + "'"
616 log("placeCall()... number: " + toLogSafePhoneNumber(number)

Completed in 36 milliseconds