Searched refs:FLAG_PARTIAL (Results 1 – 3 of 3) sorted by relevance
255 return (flags & Document.FLAG_PARTIAL) != 0; in isPartial()
398 public static final int FLAG_PARTIAL = 1 << 16; field in DocumentsContract.Document
521 if ((docFlags & Document.FLAG_PARTIAL) != 0) { in onItemStateChanged()