/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDatabaseConstants.java | 136 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
|
D | MtpDatabase.java | 755 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getDeviceDocumentValues() 766 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(device.operationsSupported)); in getDeviceDocumentValues() 798 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getStorageDocumentValues() 806 extraValues.put(Root.COLUMN_FLAGS, getRootFlags(operationsSupported)); in getStorageDocumentValues() 838 values.put(Document.COLUMN_FLAGS, getDocumentFlags( in getObjectDocumentValues()
|
D | MtpDocumentsProvider.java | 69 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, 76 Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 208 MtpDatabase.strings(Document.COLUMN_DISPLAY_NAME, Document.COLUMN_FLAGS))) { in queryDocument() argument 225 values.put(Document.COLUMN_FLAGS, storageFlags); in queryDocument()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportStorageProvider.java | 40 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 46 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 62 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_ADVANCED); in queryRoots() 79 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_LAST_MODIFIED); in queryDocument() 174 row.add(Document.COLUMN_FLAGS, flags); in addFileRow()
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | TestDocumentsProvider.java | 83 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()
|
D | ExternalStorageProvider.java | 73 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 79 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 394 row.add(Root.COLUMN_FLAGS, root.flags); in queryRoots()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | MtpDatabaseTest.java | 51 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() 257 COLUMN_FLAGS, in testPutChildDocuments() 280 mDatabase.queryChildDocuments(strings(Document.COLUMN_FLAGS), "2")) { in testPutChildDocuments_operationsSupported() 297 mDatabase.queryChildDocuments(strings(Document.COLUMN_FLAGS), "2")) { in testPutChildDocuments_operationsSupported() [all …]
|
/frameworks/support/core-utils/kitkat/android/support/v4/provider/ |
D | DocumentsContractApi19.java | 67 return queryForLong(context, self, DocumentsContract.Document.COLUMN_FLAGS, 0); in getFlags() 114 final int flags = queryForInt(context, self, DocumentsContract.Document.COLUMN_FLAGS, 0); in canWrite()
|
/frameworks/base/core/java/android/provider/ |
D | Downloads.java | 420 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
|
D | DocumentsContract.java | 283 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Document 479 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Root
|
D | DocumentsProvider.java | 1257 cursor.getLong(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS)); in getDocumentStreamTypes()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 409 row.add(Document.COLUMN_FLAGS, flags); in includeFile()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 799 values.put(Downloads.Impl.COLUMN_FLAGS, mFlags); in toContentValues()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24783 field public static final java.lang.String COLUMN_FLAGS = "flags"; 24802 field public static final java.lang.String COLUMN_FLAGS = "flags";
|
/frameworks/base/api/ |
D | current.txt | 34177 field public static final java.lang.String COLUMN_FLAGS = "flags"; 34212 field public static final java.lang.String COLUMN_FLAGS = "flags";
|
D | system-current.txt | 37121 field public static final java.lang.String COLUMN_FLAGS = "flags"; 37156 field public static final java.lang.String COLUMN_FLAGS = "flags";
|