Searched refs:ACTION_DIAL (Results 1 – 5 of 5) sorted by relevance
2048 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + str)); in onKeyDown()
899 public static final String ACTION_DIAL = "android.intent.action.DIAL"; field in Intent
5271 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(text)); in onKeyUp()
5420 field public static final java.lang.String ACTION_DIAL = "android.intent.action.DIAL";