Home | History | Annotate | Download | only in documentsui

Lines Matching refs:ACTION_GET_CONTENT

24 import static com.android.documentsui.DocumentsActivity.State.ACTION_GET_CONTENT;
207 if (mState.action == ACTION_GET_CONTENT) {
237 } else if (Intent.ACTION_GET_CONTENT.equals(action)) {
238 mState.action = ACTION_GET_CONTENT;
243 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
346 if (mExternal && mState.action == ACTION_GET_CONTENT) {
437 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
957 } else if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
987 if (mState.action == ACTION_OPEN || mState.action == ACTION_GET_CONTENT) {
1041 if (mState.action == ACTION_GET_CONTENT) {
1156 public static final int ACTION_GET_CONTENT = 3;