Searched refs:FLAG_SUPPORTS_METADATA (Results 1 – 13 of 13) sorted by relevance
18 import static android.provider.DocumentsContract.Document.FLAG_SUPPORTS_METADATA;128 addFile(c, TEST_JPEG, FLAG_SUPPORTS_METADATA); in queryChildDocuments()129 addFile(c, INVALID_JPEG, FLAG_SUPPORTS_METADATA); in queryChildDocuments()
247 doc.flags |= DocumentsContract.Document.FLAG_SUPPORTS_METADATA; in testMetadata_GeoHandlerInstalled()256 doc.flags |= DocumentsContract.Document.FLAG_SUPPORTS_METADATA; in testMetadata_notDisplayedWhenNotReturned()274 doc.flags |= DocumentsContract.Document.FLAG_SUPPORTS_METADATA; in testMetadata_GeoHandlerStartsAction()
292 flags |= Document.FLAG_SUPPORTS_METADATA; in addCursorRow()
265 return (flags & Document.FLAG_SUPPORTS_METADATA) != 0; in isMetadataSupported()
333 DocumentsContract.Document.FLAG_SUPPORTS_METADATA, in testQueryDocument()479 | Document.FLAG_SUPPORTS_METADATA, cursor.getInt(4)); in testQueryChildDocuments()
241 DocumentsContract.Document.FLAG_SUPPORTS_METADATA, in testPutChildDocuments()
1276 | Document.FLAG_SUPPORTS_METADATA); in includeImage()1339 | Document.FLAG_SUPPORTS_METADATA); in includeVideo()1469 | Document.FLAG_SUPPORTS_METADATA); in includeAudio()
632 flags |= Document.FLAG_SUPPORTS_METADATA; in includeFile()
897 flag |= Document.FLAG_SUPPORTS_METADATA; in getDocumentFlags()
564 public static final int FLAG_SUPPORTS_METADATA = 1 << 14; field in DocumentsContract.Document
714 flags |= Document.FLAG_SUPPORTS_METADATA; in includeDownload()
35001 field public static final int FLAG_SUPPORTS_METADATA = 16384; // 0x4000
45158 Landroid/provider/DocumentsContract$Document;->FLAG_SUPPORTS_METADATA:I