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) {
412 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT
994 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
1024 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
1084 if (mState.action == ACTION_GET_CONTENT) {
1223 public static final int ACTION_GET_CONTENT = 3; field in class:DocumentsActivity.State
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java168 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
174 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
355 * &lt;action android:name="{@link #ACTION_GET_CONTENT android.intent.action.GET_CONTENT}" /&gt;
507 * <li> {@link #ACTION_GET_CONTENT}
947 * which the user can pick. An ACTION_GET_CONTENT could allow the user to
997 public static final String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT"; field in class:Intent
2932 * @see #ACTION_GET_CONTENT
3414 * @see #ACTION_GET_CONTENT
3430 * @see #ACTION_GET_CONTENT
3481 * @see #ACTION_GET_CONTENT
[all...]

Completed in 390 milliseconds