Searched refs:METHOD_DELETE_DOCUMENT (Results 1 – 2 of 2) sorted by relevance
22 import static android.provider.DocumentsContract.METHOD_DELETE_DOCUMENT;1167 } else if (METHOD_DELETE_DOCUMENT.equals(method)) { in callUnchecked()
850 public static final String METHOD_DELETE_DOCUMENT = "android:deleteDocument"; field in DocumentsContract1461 METHOD_DELETE_DOCUMENT, null, in); in deleteDocument() local