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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java24 import static com.android.documentsui.DocumentsActivity.State.ACTION_GET_CONTENT;
201 if (mState.action == ACTION_GET_CONTENT) {
232 } else if (Intent.ACTION_GET_CONTENT.equals(action)) {
233 mState.action = ACTION_GET_CONTENT;
240 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
349 if (mExternal && mState.action == ACTION_GET_CONTENT) {
411 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT
992 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
1022 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
1082 if (mState.action == ACTION_GET_CONTENT) {
1221 public static final int ACTION_GET_CONTENT = 3; field in class:DocumentsActivity.State
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java167 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
173 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
354 * &lt;action android:name="{@link #ACTION_GET_CONTENT android.intent.action.GET_CONTENT}" /&gt;
506 * <li> {@link #ACTION_GET_CONTENT}
914 * which the user can pick. An ACTION_GET_CONTENT could allow the user to
964 public static final String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT"; field in class:Intent
2877 * @see #ACTION_GET_CONTENT
3339 * @see #ACTION_GET_CONTENT
3355 * @see #ACTION_GET_CONTENT
3406 * @see #ACTION_GET_CONTENT
[all...]

Completed in 464 milliseconds