Home
last modified time | relevance | path

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

/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.java100 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/
DBaseIconCache.java733 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/
DDownloads.java460 public static final String COLUMN_FLAGS = "flags"; field in Downloads.Impl
DDocumentsContract.java396 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Document
618 public static final String COLUMN_FLAGS = "flags"; field in DocumentsContract.Root
DDocumentsProvider.java1413 cursor.getLong(cursor.getColumnIndexOrThrow(Document.COLUMN_FLAGS)); in getDocumentStreamTypes()
/frameworks/base/core/java/com/android/internal/content/
DFileSystemProvider.java610 final int flagIndex = ArrayUtils.indexOf(columns, Document.COLUMN_FLAGS); in includeFile()
/frameworks/base/core/java/android/app/
DDownloadManager.java843 values.put(Downloads.Impl.COLUMN_FLAGS, mFlags); in toContentValues()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt37035 field public static final String COLUMN_FLAGS = "flags";
37073 field public static final String COLUMN_FLAGS = "flags";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt41290 Landroid/provider/Downloads$Impl;->COLUMN_FLAGS:Ljava/lang/String;