Searched refs:ACTION_DIAL (Results 1 – 4 of 4) sorted by relevance
67 Intent callIntent = new Intent(Intent.ACTION_DIAL, number);
2142 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + str)); in onKeyDown()
952 public static final String ACTION_DIAL = "android.intent.action.DIAL"; field in Intent
6338 field public static final java.lang.String ACTION_DIAL = "android.intent.action.DIAL";