Home
last modified time | relevance | path

Searched refs:ACTION_CALL (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v4/tests/java/android/support/v4/app/
DNestedFragmentTest.java62 new Intent(Intent.ACTION_CALL), 16777216 /* requestCode */); in testThrowsWhenUsingReservedRequestCode()
73 new IntentFilter(Intent.ACTION_CALL), activityResult, true /* block */); in testNestedFragmentStartActivityForResult()
82 new Intent(Intent.ACTION_CALL), in testNestedFragmentStartActivityForResult()
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1880 <p>To place a phone call directly, use the {@link android.content.Intent#ACTION_CALL} action
1884 <p>The {@link android.content.Intent#ACTION_CALL} action requires that you add the
1896 <li>{@link android.content.Intent#ACTION_CALL} - Places a phone call (requires the
2372 <td>{@link android.content.Intent#ACTION_CALL Intent.ACTION_CALL}</td>
/frameworks/base/core/java/android/content/
DIntent.java1067 public static final String ACTION_CALL = "android.intent.action.CALL"; field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java257 ACTION_TO_RUNTIME_PERMISSION.put(Intent.ACTION_CALL, in ACTION_TO_RUNTIME_PERMISSION.put() argument
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7598 field public static final java.lang.String ACTION_CALL = "android.intent.action.CALL";
/frameworks/base/api/
Dcurrent.txt8529 field public static final java.lang.String ACTION_CALL = "android.intent.action.CALL";
Dsystem-current.txt8859 field public static final java.lang.String ACTION_CALL = "android.intent.action.CALL";
Dtest-current.txt8538 field public static final java.lang.String ACTION_CALL = "android.intent.action.CALL";