Searched refs:ACTION_DIAL (Results 1 – 15 of 15) sorted by relevance
25 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL"; field in EmergencyDialerConstants
155 Intent intent = new Intent(Intent.ACTION_DIAL); in getInstalledDialerApplications()171 final Intent dialIntentWithTelScheme = new Intent(Intent.ACTION_DIAL); in getInstalledDialerApplications()
51 .setAction(EmergencyDialerConstants.ACTION_DIAL)
170 return Intent.ACTION_DIAL.equals(intent.getAction()) in isDialerIntent()
214 Intent phoneIntent = new Intent(Intent.ACTION_DIAL); in testDeduplicateActions_nullComponent()
140 new Intent(Intent.ACTION_DIAL).setData( in createForPhone()
437 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse(url))); in shouldOverrideUrlLoading()
352 .setAction(Intent.ACTION_DIAL); in shouldSkipDisclosure_callIntent_dial()
116 private static final Intent PHONE_INTENT = new Intent(Intent.ACTION_DIAL);
493 getDefaultSystemHandlerActivityPackage(Intent.ACTION_DIAL, userId); in grantDefaultSystemHandlerPermissions()
561 Intent intent = new Intent(EmergencyDialerConstants.ACTION_DIAL); in onPress()
3584 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + str)); in onKeyDown()
1098 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";
10226 field public static final String ACTION_DIAL = "android.intent.action.DIAL";