/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 | 756 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()
|
D | MtpDocumentsProvider.java | 73 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/ |
D | BugreportStorageProvider.java | 41 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/ |
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 | 78 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/ |
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() 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/ |
D | Downloads.java | 459 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
|
D | DocumentsContract.java | 375 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Document 578 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Root
|
D | DocumentsProvider.java | 1382 cursor.getLong(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS)); in getDocumentStreamTypes()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 546 final int flagIndex = ArrayUtils.indexOf(columns, Document.COLUMN_FLAGS); in includeFile()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 835 values.put(Downloads.Impl.COLUMN_FLAGS, mFlags); in toContentValues()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 1171 int flagsIndex = cursor.getColumnIndex(DocumentsContract.Document.COLUMN_FLAGS);
|
/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/non-updatable-api/ |
D | current.txt | 38383 field public static final String COLUMN_FLAGS = "flags"; 38420 field public static final String COLUMN_FLAGS = "flags";
|
/frameworks/base/api/ |
D | current.txt | 38527 field public static final String COLUMN_FLAGS = "flags"; 38564 field public static final String COLUMN_FLAGS = "flags";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 55818 Landroid/provider/Downloads$Impl;->COLUMN_FLAGS:Ljava/lang/String;
|