Home
last modified time | relevance | path

Searched refs:ACTION_GET_CONTENT (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java21 import static com.android.documentsui.BaseActivity.State.ACTION_GET_CONTENT;
176 if (mState.action == ACTION_GET_CONTENT) { in onCreate()
222 } else if (Intent.ACTION_GET_CONTENT.equals(action)) { in buildDefaultState()
223 state.action = ACTION_GET_CONTENT; in buildDefaultState()
234 if (state.action == ACTION_OPEN || state.action == ACTION_GET_CONTENT) { in buildDefaultState()
308 if (external && mState.action == ACTION_GET_CONTENT) { in onStackRestored()
404 mState.action == ACTION_GET_CONTENT || in updateActionBar()
615 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) { in onDocumentPicked()
657 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) { in onDocumentsPicked()
721 if (mState.action == ACTION_GET_CONTENT) { in onTaskFinished()
DRootsFragment.java141 if (state.action == State.ACTION_GET_CONTENT) { in onDisplayStateChanged()
DBaseActivity.java344 public static final int ACTION_GET_CONTENT = 3; field in BaseActivity.State
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd214 or {@link android.content.Intent#ACTION_GET_CONTENT}. The user must then select
225 not intended to be a replacement for {@link android.content.Intent#ACTION_GET_CONTENT}.
229 <li>Use {@link android.content.Intent#ACTION_GET_CONTENT} if you want your app
626 If you want your application to support {@link android.content.Intent#ACTION_GET_CONTENT}
628 disable the {@link android.content.Intent#ACTION_GET_CONTENT} intent filter in
630 document provider and {@link android.content.Intent#ACTION_GET_CONTENT} should be considered
636 {@link android.content.Intent#ACTION_GET_CONTENT} intent filter for devices
648 alias</a> to disable the {@link android.content.Intent#ACTION_GET_CONTENT} intent
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1109 your app, use the {@link android.content.Intent#ACTION_GET_CONTENT} action and specify your desired
1133 <dd>{@link android.content.Intent#ACTION_GET_CONTENT}</dd>
1171 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
1212 (by using the {@link android.content.Intent#ACTION_GET_CONTENT} action), when running on Android
1223 onActivityResult()} method from the {@link android.content.Intent#ACTION_GET_CONTENT} action may
1232 particularly useful (instead of using {@link android.content.Intent#ACTION_GET_CONTENT})
/frameworks/base/core/java/android/content/
DIntent.java999 public static final String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT"; field in Intent
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd409 …p, it must invoke an intent with the {@link android.content.Intent#ACTION_GET_CONTENT} action. Thi…
/frameworks/base/api/
Dcurrent.txt8124 …field public static final java.lang.String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT…
Dsystem-current.txt8375 …field public static final java.lang.String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT…