Searched refs:METHOD_DELETE_DOCUMENT (Results 1 – 3 of 3) sorted by relevance
38 if (DocumentsContract.METHOD_DELETE_DOCUMENT.equals(method)) { in call()
21 import static android.provider.DocumentsContract.METHOD_DELETE_DOCUMENT;790 } else if (METHOD_DELETE_DOCUMENT.equals(method)) { in callUnchecked()
637 public static final String METHOD_DELETE_DOCUMENT = "android:deleteDocument"; field in DocumentsContract1170 client.call(METHOD_DELETE_DOCUMENT, null, in); in deleteDocument()