Home | History | Annotate | Download | only in provider

Lines Matching defs:typeColumn

4361      * @param typeColumn column in the cursor containing the folder type value
4366 int nameColumn, int typeColumn) {
4377 final int type = mailboxCursor.getInt(typeColumn);
4412 final int typeColumn = inputCursor.getColumnIndex(UIProvider.FolderColumns.TYPE);
4430 final int folderType = inputCursor.getInt(typeColumn);
4751 final int typeColumn = projectionList.indexOf(UIProvider.FolderColumns.TYPE);
4757 uiProjection.length, c, nameColumn, typeColumn);