Home | History | Annotate | Download | only in documentsui

Lines Matching refs:ACTION_GET_CONTENT

24 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;