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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentFilters.java18 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
52 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
63 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
75 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
83 int flags = getCursorInt(c, Document.COLUMN_FLAGS);
H A DDocumentInfo.java165 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS);
168 this.icon = getCursorInt(cursor, Document.COLUMN_ICON);
343 public static int getCursorInt(Cursor cursor, String columnName) { method in class:DocumentInfo
H A DRootInfo.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
189 root.flags = getCursorInt(cursor, Root.COLUMN_FLAGS);
190 root.icon = getCursorInt(cursor, Root.COLUMN_ICON);
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
H A DSelectionMetadata.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
81 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortingCursorWrapperTest.java194 int size = DocumentInfo.getCursorInt(cursor, Document.COLUMN_SIZE);
217 int size = DocumentInfo.getCursorInt(cursor, Document.COLUMN_SIZE);
268 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE);
319 int size = DocumentInfo.getCursorInt(c, Document.COLUMN_SIZE);
421 seen.set(DocumentInfo.getCursorInt(cursor, Document.COLUMN_DOCUMENT_ID));
453 seen.set(DocumentInfo.getCursorInt(cursor, Document.COLUMN_DOCUMENT_ID));
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DModelBackedDocumentsAdapter.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
127 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
H A DDirectoryFragment.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
987 final int docFlags = getCursorInt(cursor, Document.COLUMN_FLAGS);
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DAbstractActionHandler.java19 import static com.android.documentsui.base.DocumentInfo.getCursorInt;
287 int docFlags = getCursorInt(cursor, DocumentsContract.Document.COLUMN_FLAGS);

Completed in 97 milliseconds