Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java24 import static com.android.documentsui.DocumentsActivity.State.ACTION_GET_CONTENT;
207 if (mState.action == ACTION_GET_CONTENT) { in onCreate()
237 } else if (Intent.ACTION_GET_CONTENT.equals(action)) { in buildDefaultState()
238 mState.action = ACTION_GET_CONTENT; in buildDefaultState()
243 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) { in buildDefaultState()
346 if (mExternal && mState.action == ACTION_GET_CONTENT) { in onPostExecute()
437 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) { in updateActionBar()
957 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) { in onDocumentPicked()
987 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) { in onDocumentsPicked()
1041 if (mState.action == ACTION_GET_CONTENT) { in onFinished()
[all …]
DRootsFragment.java19 import static com.android.documentsui.DocumentsActivity.State.ACTION_GET_CONTENT;
142 if (state.action == ACTION_GET_CONTENT) { in onResume()
DTestActivity.java185 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onCreate()
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd184 or {@link android.content.Intent#ACTION_GET_CONTENT}. The user must then select
195 not intended to be a replacement for {@link android.content.Intent#ACTION_GET_CONTENT}.
199 <li>Use {@link android.content.Intent#ACTION_GET_CONTENT} if you want your app
583 If you want your application to support {@link android.content.Intent#ACTION_GET_CONTENT}
585 disable the {@link android.content.Intent#ACTION_GET_CONTENT} intent filter in
587 document provider and {@link android.content.Intent#ACTION_GET_CONTENT} should be considered
593 {@link android.content.Intent#ACTION_GET_CONTENT} intent filter for devices
605 alias</a> to disable the {@link android.content.Intent#ACTION_GET_CONTENT} intent
/frameworks/base/core/java/android/content/
DIntent.java941 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.txt6346 …field public static final java.lang.String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT…