/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 | 80 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/ |
D | Downloads.java | 459 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
|
D | DocumentsContract.java | 385 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Document 607 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Root
|
D | DocumentsProvider.java | 1396 cursor.getLong(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS)); in getDocumentStreamTypes()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | FileSystemProvider.java | 590 final int flagIndex = ArrayUtils.indexOf(columns, Document.COLUMN_FLAGS); in includeFile()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 842 values.put(Downloads.Impl.COLUMN_FLAGS, mFlags); in toContentValues()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 1392 int flagsIndex = cursor.getColumnIndex(DocumentsContract.Document.COLUMN_FLAGS);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/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 | 39880 field public static final String COLUMN_FLAGS = "flags"; 39918 field public static final String COLUMN_FLAGS = "flags";
|