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

  /packages/apps/Phone/src/com/android/phone/
CallController.java 46 * - 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) {
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: unexpected intent action " + action)
    [all...]
EmergencyDialer.java 310 placeCall();
332 placeCall();
409 placeCall();
531 private void placeCall() {
CallNotifier.java     [all...]
PhoneUtils.java 91 // Return codes from placeCall()
607 public static int placeCall(Context context, Phone phone,
611 log("placeCall()... number: '" + number + "'"
616 log("placeCall()... number: " + toLogSafePhoneNumber(number)
    [all...]

Completed in 65 milliseconds