Searched defs:ACTION_GET_CONTENT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DState.java51 ACTION_GET_CONTENT,
62 public static final int ACTION_GET_CONTENT = 5; field in class:State
H A DMetrics.java285 private static final int ACTION_GET_CONTENT = 4; field in class:Metrics
295 ACTION_GET_CONTENT,
338 case State.ACTION_GET_CONTENT:
814 case State.ACTION_GET_CONTENT:
815 return ACTION_GET_CONTENT;
/frameworks/base/core/java/android/content/
H A DIntent.java170 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
176 * <li> <p><b>{@link #ACTION_GET_CONTENT} with MIME type
357 * &lt;action android:name="{@link #ACTION_GET_CONTENT android.intent.action.GET_CONTENT}" /&gt;
509 * <li> {@link #ACTION_GET_CONTENT}
986 * which the user can pick. An ACTION_GET_CONTENT could allow the user to
1036 public static final String ACTION_GET_CONTENT = "android.intent.action.GET_CONTENT"; field in class:Intent
3438 * @see #ACTION_GET_CONTENT
4053 * @see #ACTION_GET_CONTENT
4069 * @see #ACTION_GET_CONTENT
4120 * @see #ACTION_GET_CONTENT
[all...]

Completed in 6447 milliseconds