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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
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

Completed in 37 milliseconds