Home
last modified time | relevance | path

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

/frameworks/webview/chromium/java/com/android/webview/chromium/
DFileChooserParamsAdapter.java85 i.addCategory(Intent.CATEGORY_OPENABLE); in createIntent()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DOnePlayerActivity.java163 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html/training/secure-file-sharing/
Dshare-file.jd70 {@link android.content.Intent#CATEGORY_OPENABLE CATEGORY_OPENABLE}. Also add MIME type filters
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd266 intent.addCategory(Intent.CATEGORY_OPENABLE);
282 <li>Adding the category {@link android.content.Intent#CATEGORY_OPENABLE} to the
436 intent.addCategory(Intent.CATEGORY_OPENABLE);
466 category {@link android.content.Intent#CATEGORY_OPENABLE} to to display only
481 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1131 the {@link android.content.Intent#CATEGORY_OPENABLE} category to your intent.</p>
1167 <dt>{@link android.content.Intent#CATEGORY_OPENABLE}</dt>
1254 <strong>must</strong> declare the {@link android.content.Intent#CATEGORY_OPENABLE} category. If
1295 <dt>{@link android.content.Intent#CATEGORY_OPENABLE}</dt>
1310 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/core/java/android/content/
DIntent.java2937 public static final String CATEGORY_OPENABLE = "android.intent.category.OPENABLE"; field in Intent
/frameworks/base/api/
Dsystem-current.txt7971 … field public static final java.lang.String CATEGORY_OPENABLE = "android.intent.category.OPENABLE";
Dcurrent.txt7726 … field public static final java.lang.String CATEGORY_OPENABLE = "android.intent.category.OPENABLE";