Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DDocumentsProvider.java21 import static android.provider.DocumentsContract.METHOD_CREATE_WEB_LINK_INTENT;
1133 } else if (METHOD_CREATE_WEB_LINK_INTENT.equals(method)) { in callUnchecked()
DDocumentsContract.java864 public static final String METHOD_CREATE_WEB_LINK_INTENT = "android:createWebLinkIntent"; field in DocumentsContract
1708 METHOD_CREATE_WEB_LINK_INTENT, null, in); in createWebLinkIntent()