Searched refs:METHOD_CREATE_DOCUMENT (Results 1 – 2 of 2) sorted by relevance
20 import static android.provider.DocumentsContract.METHOD_CREATE_DOCUMENT;523 if (METHOD_CREATE_DOCUMENT.equals(method)) { in call()
483 public static final String METHOD_CREATE_DOCUMENT = "android:createDocument"; field in DocumentsContract787 final Bundle out = client.call(METHOD_CREATE_DOCUMENT, null, in); in createDocument()