Searched refs:FLAG_SUPPORTS_METADATA (Results 1 – 5 of 5) sorted by relevance
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()
568 flags |= Document.FLAG_SUPPORTS_METADATA; in includeFile()
887 flag |= Document.FLAG_SUPPORTS_METADATA; in getDocumentFlags()
544 public static final int FLAG_SUPPORTS_METADATA = 1 << 14; field in DocumentsContract.Document