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