Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabaseConstants.java136 Document.COLUMN_FLAGS + " INTEGER NOT NULL," +
142 Root.COLUMN_FLAGS + " INTEGER NOT NULL," +
158 COLUMN_MAP_ROOTS.put(Root.COLUMN_FLAGS, TABLE_ROOT_EXTRA + "." + Root.COLUMN_FLAGS); in COLUMN_MAP_ROOTS.put() argument
DMtpDatabase.java756 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getDeviceDocumentValues()
767 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(device.operationsSupported)); in getDeviceDocumentValues()
799 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getStorageDocumentValues()
807 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(operationsSupported)); in getStorageDocumentValues()
839 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getObjectDocumentValues()
DMtpDocumentsProvider.java73 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON,
80 Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
212 MtpDatabase.strings(Document.COLUMN_DISPLAY_NAME, Document.COLUMN_FLAGS))) { in queryDocument() argument
229 values.put(Document.COLUMN_FLAGS, storageFlags); in queryDocument()
/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.java78 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
84 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
444 row.add(Root.COLUMN_FLAGS, root.flags); in queryRoots()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java51 DocumentsContract.Document.COLUMN_FLAGS,
106 assertEquals(Document.FLAG_DIR_SUPPORTS_CREATE, getInt(cursor, COLUMN_FLAGS)); in testPutSingleStorageDocuments()
118 Root.COLUMN_FLAGS, in testPutSingleStorageDocuments()
132 getInt(cursor, Root.COLUMN_FLAGS)); in testPutSingleStorageDocuments()
168 assertEquals(Document.FLAG_DIR_SUPPORTS_CREATE, getInt(cursor, COLUMN_FLAGS)); in testPutStorageDocuments()
219 COLUMN_FLAGS, in testPutChildDocuments()
238 COLUMN_FLAGS, in testPutChildDocuments()
258 COLUMN_FLAGS, in testPutChildDocuments()
281 mDatabase.queryChildDocuments(strings(Document.COLUMN_FLAGS), "2")) { in testPutChildDocuments_operationsSupported()
298 mDatabase.queryChildDocuments(strings(Document.COLUMN_FLAGS), "2")) { in testPutChildDocuments_operationsSupported()
[all …]
/frameworks/base/core/java/android/provider/
DDownloads.java459 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
DDocumentsContract.java375 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Document
578 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Root
DDocumentsProvider.java1382 cursor.getLong(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS)); in getDocumentStreamTypes()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java546 final int flagIndex = ArrayUtils.indexOf(columns, Document.COLUMN_FLAGS); in includeFile()
/frameworks/base/core/java/android/app/
DDownloadManager.java835 values.put(Downloads.Impl.COLUMN_FLAGS, mFlags); in toContentValues()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1171 int flagsIndex = cursor.getColumnIndex(DocumentsContract.Document.COLUMN_FLAGS);
/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/non-updatable-api/
Dcurrent.txt38383 field public static final String COLUMN_FLAGS = "flags";
38420 field public static final String COLUMN_FLAGS = "flags";
/frameworks/base/api/
Dcurrent.txt38527 field public static final String COLUMN_FLAGS = "flags";
38564 field public static final String COLUMN_FLAGS = "flags";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt55818 Landroid/provider/Downloads$Impl;->COLUMN_FLAGS:Ljava/lang/String;