Searched refs:isDeleteSupported (Results 1 – 4 of 4) sorted by relevance
227 + ", isDeleteSupported=" + isDeleteSupported() in toString()240 public boolean isDeleteSupported() { in isDeleteSupported() method in DocumentInfo
51 .append("delete: " + doc.isDeleteSupported()).append("\n") in update()
85 put(R.string.debug_supports_delete, info.isDeleteSupported()); in accept()
266 } else if (doc.isDeleteSupported()) { in deleteDocument()