Searched refs:CATEGORY_OPENABLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DFileChooserParamsAdapter.java85 i.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java163 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/core/java/android/content/
H A DIntent.java175 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b>
972 * accomplished by requiring the {@link #CATEGORY_OPENABLE} in the Intent.
988 * {@link #CATEGORY_OPENABLE} if you can only accept data that can be
2711 * Callers must include {@link #CATEGORY_OPENABLE} in the Intent so that
2747 * Callers must include {@link #CATEGORY_OPENABLE} in the Intent so that
2937 public static final String CATEGORY_OPENABLE = "android.intent.category.OPENABLE"; field in class:Intent

Completed in 131 milliseconds