Home
last modified time | relevance | path

Searched refs:FLAG_PARTIAL (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentFilters.java55 return (flags & Document.FLAG_PARTIAL) == 0 in isSharableInO()
66 return (flags & Document.FLAG_PARTIAL) == 0 in isSharablePreO()
H A DDocumentInfo.java309 return (flags & Document.FLAG_PARTIAL) != 0; in isPartial()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DSelectionMetadata.java85 if ((docFlags & Document.FLAG_PARTIAL) != 0) { in onItemStateChanged()
97 if ((docFlags & Document.FLAG_PARTIAL) != 0) { in onItemStateChanged()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEnv.java173 | Document.FLAG_PARTIAL); in reset()
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java653 int extraFlags = Document.FLAG_PARTIAL; in includeDownloadFromCursor()
941 int extraFlags = isPending ? Document.FLAG_PARTIAL : 0; in includeDownloadFromMediaStore()
/aosp12/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java555 public static final int FLAG_PARTIAL = 1 << 13; field in DocumentsContract.Document
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34998 field public static final int FLAG_PARTIAL = 8192; // 0x2000
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt45157 Landroid/provider/DocumentsContract$Document;->FLAG_PARTIAL:I