Home
last modified time | relevance | path

Searched refs:getCursorInt (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDocumentFilters.java18 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
47 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isSharableInO()
58 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isSharablePreO()
70 int flags = getCursorInt(c, Document.COLUMN_FLAGS); in isVirtual()
DDocumentInfo.java165 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS); in updateFromCursor()
168 this.icon = getCursorInt(cursor, Document.COLUMN_ICON); in updateFromCursor()
327 public static int getCursorInt(Cursor cursor, String columnName) { in getCursorInt() method in DocumentInfo
DRootInfo.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
189 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS); in fromRootsCursor()
190 root.icon = getCursorInt(cursor, Root.COLUMN_ICON); in fromRootsCursor()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java162 int size = DocumentInfo.getCursorInt(cursor, Document.COLUMN_SIZE); in testSort_sizes_ascending()
185 int size = DocumentInfo.getCursorInt(cursor, Document.COLUMN_SIZE); in testSort_sizes_descending()
236 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE); in testSort_sizesWithBucketing_ascending()
287 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE); in testSort_sizesWithBucketing_descending()
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DSelectionMetadata.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
79 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onItemStateChanged()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DModelBackedDocumentsAdapter.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
122 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in onBindViewHolder()
DDirectoryFragment.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
1065 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS); in canSetSelectionState()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
284 int docFlags = getCursorInt(cursor, DocumentsContract.Document.COLUMN_FLAGS); in selectAllFiles()