Searched refs:ACTION_DIAL (Results 1 – 10 of 10) 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()
291 return Intent.ACTION_DIAL.equals(intent.getAction()) in isDialerIntent()
435 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse(url))); in shouldOverrideUrlLoading()
357 .setAction(Intent.ACTION_DIAL); in shouldSkipDisclosure_callIntent_dial()
663 getDefaultSystemHandlerActivityPackage(pm, Intent.ACTION_DIAL, userId); in grantDefaultSystemHandlerPermissions()
3862 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + str)); in onKeyDown()
1139 public static final String ACTION_DIAL = "android.intent.action.DIAL"; field in Intent
7611 field public static final java.lang.String ACTION_DIAL = "android.intent.action.DIAL";
10241 field public static final String ACTION_DIAL = "android.intent.action.DIAL";