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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestDialerActivity.java 28 placeCall();
53 private void placeCall() {
  /packages/services/Telephony/src/com/android/phone/
CallController.java 46 * - actually running the placeCall() method and handling errors or retries
172 * ultimately calls CallController.placeCall() (from the
176 * (4) Here in CallController.placeCall() we read the phone number or SIP
190 public void placeCall(Intent intent) {
191 log("placeCall()... intent = " + intent);
199 Log.wtf(TAG, "placeCall: called with null intent");
200 throw new IllegalArgumentException("placeCall: called with null intent");
206 Log.wtf(TAG, "placeCall: intent had no data");
207 throw new IllegalArgumentException("placeCall: intent had no data");
225 Log.wtf(TAG, "placeCall: unexpected intent action " + action)
    [all...]
EmergencyDialer.java 316 placeCall();
338 placeCall();
355 placeCall();
512 private void placeCall() {
PhoneUtils.java 80 // Return codes from placeCall()
522 * @see placeCall below
524 public static int placeCall(Context context, Phone phone, String number, Uri contactRef,
526 return placeCall(context, phone, number, contactRef, isEmergencyCall,
552 public static int placeCall(Context context, Phone phone, String number, Uri contactRef,
557 log("placeCall()... number: '" + number + "'"
562 log("placeCall()... number: " + toLogSafePhoneNumber(number)
    [all...]

Completed in 744 milliseconds