Searched refs:FLAG_SUPPORTS_DELETE (Results 1 – 9 of 9) sorted by relevance
105 if ((flags & DocumentsContract.Document.FLAG_SUPPORTS_DELETE) != 0) { in canWrite()
161 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in addFileRow()
273 flags |= Document.FLAG_SUPPORTS_DELETE; in includeFile()277 flags |= Document.FLAG_SUPPORTS_DELETE; in includeFile()
234 return (flags & Document.FLAG_SUPPORTS_DELETE) != 0; in isDeleteSupported()
278 public static final int FLAG_SUPPORTS_DELETE = 1 << 2; field in DocumentsContract.Document
368 int flags = Document.FLAG_SUPPORTS_DELETE; in includeDocument()
155 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE}, and454 {@link android.provider.DocumentsContract.Document#FLAG_SUPPORTS_DELETE SUPPORTS_DELETE},
26009 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4
27965 field public static final int FLAG_SUPPORTS_DELETE = 4; // 0x4