Home | History | Annotate | Download | only in phone

Lines Matching defs:placeCall

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)