Home
last modified time | relevance | path

Searched refs:ACTION_OPEN_DOCUMENT (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd100 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} and/or
181 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} or {@link android.content.Intent#ACTION_CREATE_…
219 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} intent,
224 <p>{@link android.content.Intent#ACTION_OPEN_DOCUMENT} is
233 <li>Use {@link android.content.Intent#ACTION_OPEN_DOCUMENT} if you want your
242 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} and
249 The following snippet uses {@link android.content.Intent#ACTION_OPEN_DOCUMENT}
260 // ACTION_OPEN_DOCUMENT is the intent to choose a file via the system's file
262 Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);
279 <li>When the app fires the {@link android.content.Intent#ACTION_OPEN_DOCUMENT}
[all …]
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DOnePlayerActivity.java162 Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1223 using the {@link android.content.Intent#ACTION_OPEN_DOCUMENT} action and specifying a MIME type.
1233 return a URI of any type, the result intent from {@link android.content.Intent#ACTION_OPEN_DOCUMENT}
1240 with write access). So the {@link android.content.Intent#ACTION_OPEN_DOCUMENT} action is
1261 <dd>{@link android.content.Intent#ACTION_OPEN_DOCUMENT} or<br/>
1308 Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);
1311 // Only the system receives the ACTION_OPEN_DOCUMENT, so no need to test.
1326 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} action. Instead, the system receives this
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsActivity.java228 if (Intent.ACTION_OPEN_DOCUMENT.equals(action)) { in buildDefaultState()
/frameworks/base/core/java/android/content/
DIntent.java2726 public static final String ACTION_OPEN_DOCUMENT = "android.intent.action.OPEN_DOCUMENT"; field in Intent
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd409 …owever, Android 4.4 introduces the {@link android.content.Intent#ACTION_OPEN_DOCUMENT} action, wh…
/frameworks/base/api/
Dsystem-current.txt7895 …field public static final java.lang.String ACTION_OPEN_DOCUMENT = "android.intent.action.OPEN_DOCU…
Dcurrent.txt7651 …field public static final java.lang.String ACTION_OPEN_DOCUMENT = "android.intent.action.OPEN_DOCU…