Home | History | Annotate | Download | only in phone

Lines Matching refs:placeCall

88     // Return codes from placeCall()
521 * @see placeCall below
523 public static int placeCall(Context context, Phone phone, String number, Uri contactRef,
525 return placeCall(context, phone, number, contactRef, isEmergencyCall,
551 public static int placeCall(Context context, Phone phone, String number, Uri contactRef,
556 log("placeCall()... number: '" + number + "'"
561 log("placeCall()... number: " + toLogSafePhoneNumber(number)