Searched refs:METHOD_CREATE_WEB_LINK_INTENT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java708 public static final String METHOD_CREATE_WEB_LINK_INTENT = "android:createWebLinkIntent"; field in class:DocumentsContract
1518 final Bundle out = client.call(METHOD_CREATE_WEB_LINK_INTENT, null, in);
H A DDocumentsProvider.java21 import static android.provider.DocumentsContract.METHOD_CREATE_WEB_LINK_INTENT;
1007 } else if (METHOD_CREATE_WEB_LINK_INTENT.equals(method)) {

Completed in 33 milliseconds