Searched defs:ACTION_GET_CONTENT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java344 public static final int ACTION_GET_CONTENT = 3; field in class:BaseActivity.State
/frameworks/base/core/java/android/content/
H A DIntent.java170 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
176 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
357 * &lt;action android:name="{@link #ACTION_GET_CONTENT android.intent.action.GET_CONTENT}" /&gt;
509 * <li> {@link #ACTION_GET_CONTENT}
949 * which the user can pick. An ACTION_GET_CONTENT could allow the user to
999 public static final String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT"; field in class:Intent
3140 * @see #ACTION_GET_CONTENT
3691 * @see #ACTION_GET_CONTENT
3707 * @see #ACTION_GET_CONTENT
3758 * @see #ACTION_GET_CONTENT
[all...]

Completed in 52 milliseconds