/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 | 100 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE, 106 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE, 555 row.add(Root.COLUMN_FLAGS, root.flags); in queryRoots()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/ |
D | BaseIconCache.java | 733 public static final String COLUMN_FLAGS = "flags"; field in BaseIconCache.IconDB 742 COLUMN_FLAGS}; 754 private static final int INDEX_FLAGS = Arrays.asList(COLUMNS_LOW_RES).indexOf(COLUMN_FLAGS); 772 + COLUMN_FLAGS + " INTEGER NOT NULL DEFAULT 0, " in onCreateTable() 805 values.put(IconDB.COLUMN_FLAGS, bitmapInfo.flags); in newContentValues()
|
/frameworks/base/core/java/android/provider/ |
D | Downloads.java | 460 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
|
D | DocumentsContract.java | 396 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Document 618 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Root
|
D | DocumentsProvider.java | 1413 cursor.getLong(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS)); in getDocumentStreamTypes()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 610 final int flagIndex = ArrayUtils.indexOf(columns, Document.COLUMN_FLAGS); in includeFile()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 843 values.put(Downloads.Impl.COLUMN_FLAGS, mFlags); in toContentValues()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/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/core/api/ |
D | current.txt | 37035 field public static final String COLUMN_FLAGS = "flags"; 37073 field public static final String COLUMN_FLAGS = "flags";
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 41290 Landroid/provider/Downloads$Impl;->COLUMN_FLAGS:Ljava/lang/String;
|