Searched refs:ACTION_GET_CONTENT (Results 1 – 7 of 7) sorted by relevance
24 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 …]
19 import static com.android.documentsui.DocumentsActivity.State.ACTION_GET_CONTENT;142 if (state.action == ACTION_GET_CONTENT) { in onResume()
185 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); in onCreate()
184 or {@link android.content.Intent#ACTION_GET_CONTENT}. The user must then select195 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 app583 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 in587 document provider and {@link android.content.Intent#ACTION_GET_CONTENT} should be considered593 {@link android.content.Intent#ACTION_GET_CONTENT} intent filter for devices605 alias</a> to disable the {@link android.content.Intent#ACTION_GET_CONTENT} intent
941 public static final String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT"; field in Intent
409 …p, it must invoke an intent with the {@link android.content.Intent#ACTION_GET_CONTENT} action. Thi…
6346 …field public static final java.lang.String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT…