Home
last modified time | relevance | path

Searched refs:COLUMN_FLAGS (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportStorageProvider.java41 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
47 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
64 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY); in queryRoots()
148 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE); in includeFile()
158 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_LAST_MODIFIED); in includeDefaultDocument()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java83 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
90 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
135 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_RECENTS | Root.FLAG_SUPPORTS_CREATE); in queryRoots()
398 row.add(Document.COLUMN_FLAGS, flags); in includeFile()
402 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_SUPPORTS_CREATE); in includeFile()
DExternalStorageProvider.java80 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
86 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
492 row.add(Root.COLUMN_FLAGS, root.flags); in queryRoots()
/frameworks/base/core/java/android/provider/
DDownloads.java459 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
DDocumentsContract.java385 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Document
607 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Root
DDocumentsProvider.java1396 cursor.getLong(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS)); in getDocumentStreamTypes()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java590 final int flagIndex = ArrayUtils.indexOf(columns, Document.COLUMN_FLAGS); in includeFile()
/frameworks/base/core/java/android/app/
DDownloadManager.java842 values.put(Downloads.Impl.COLUMN_FLAGS, mFlags); in toContentValues()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1392 int flagsIndex = cursor.getColumnIndex(DocumentsContract.Document.COLUMN_FLAGS);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24783 field public static final java.lang.String COLUMN_FLAGS = "flags";
24802 field public static final java.lang.String COLUMN_FLAGS = "flags";
/frameworks/base/api/
Dcurrent.txt39880 field public static final String COLUMN_FLAGS = "flags";
39918 field public static final String COLUMN_FLAGS = "flags";