Searched refs:ACTION_DIAL (Results 1 – 11 of 11) sorted by relevance
80 .addAction(Intent.ACTION_DIAL)97 .addAction(Intent.ACTION_DIAL)115 .addAction(Intent.ACTION_DIAL)
155 Intent intent = new Intent(Intent.ACTION_DIAL); in getInstalledDialerApplications()171 final Intent dialIntentWithTelScheme = new Intent(Intent.ACTION_DIAL); in getInstalledDialerApplications()
279 return Intent.ACTION_DIAL.equals(intent.getAction()) in isDialerIntent()
435 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse(url))); in shouldOverrideUrlLoading()
358 .setAction(Intent.ACTION_DIAL); in shouldSkipDisclosure_callIntent_dial()
133 private static final Intent PHONE_INTENT = new Intent(Intent.ACTION_DIAL);
606 getDefaultSystemHandlerActivityPackage(pm, Intent.ACTION_DIAL, userId); in grantDefaultSystemHandlerPermissions()
3780 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + str)); in onKeyDown()
1136 public static final String ACTION_DIAL = "android.intent.action.DIAL"; field in Intent
11063 field public static final String ACTION_DIAL = "android.intent.action.DIAL";
7611 field public static final java.lang.String ACTION_DIAL = "android.intent.action.DIAL";