Home | History | Annotate | Download | only in dialer

Lines Matching defs:CallUtil

57 import com.android.contacts.common.CallUtil;
416 startActivity(CallUtil.getCallIntent(
417 Uri.fromParts(CallUtil.SCHEME_TEL, mNumber, null)));
558 CallUtil.getCallIntent(mNumber),
878 startActivity(new Intent(Intent.ACTION_DIAL, CallUtil.getCallUri(mNumber)));