Searched refs:COLUMN_FLAGS (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java37 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
43 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
59 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_ADVANCED);
76 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_PREFERS_LAST_MODIFIED);
161 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A 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);
398 row.add(Document.COLUMN_FLAGS, flags);
402 row.add(Document.COLUMN_FLAGS, Document.FLAG_DIR_SUPPORTS_CREATE);
H A DExternalStorageProvider.java71 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_ICON, Root.COLUMN_TITLE,
77 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
293 row.add(Document.COLUMN_FLAGS, flags);
309 row.add(Root.COLUMN_FLAGS, root.flags);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DStubProvider.java62 Root.COLUMN_ROOT_ID, Root.COLUMN_FLAGS, Root.COLUMN_TITLE, Root.COLUMN_DOCUMENT_ID,
67 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
128 row.add(Root.COLUMN_FLAGS, Root.FLAG_SUPPORTS_CREATE | Root.FLAG_SUPPORTS_IS_CHILD);
375 row.add(Document.COLUMN_FLAGS, flags);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DRootInfo.java144 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS);
H A DDocumentInfo.java167 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS);
/frameworks/support/v4/kitkat/android/support/v4/provider/
H A DDocumentsContractApi19.java97 final int flags = queryForInt(context, self, DocumentsContract.Document.COLUMN_FLAGS, 0);
/frameworks/base/core/java/android/provider/
H A DDocumentsContract.java227 public static final String COLUMN_FLAGS = "flags"; field in class:DocumentsContract.Document
248 * @see #COLUMN_FLAGS
267 * @see #COLUMN_FLAGS
274 * @see #COLUMN_FLAGS
285 * @see #COLUMN_FLAGS
296 * @see #COLUMN_FLAGS
305 * @see #COLUMN_FLAGS
312 * @see #COLUMN_FLAGS
326 * @see #COLUMN_FLAGS
365 public static final String COLUMN_FLAGS field in class:DocumentsContract.Root
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java484 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
584 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
867 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);

Completed in 260 milliseconds