Searched refs:accountColumn (Results 1 – 1 of 1) sorted by relevance
315 int accountColumn = cursor.getColumnIndexOrThrow(Calendars.ACCOUNT_NAME); in bindGroupView() local317 String account = cursor.getString(accountColumn); in bindGroupView()328 int accountColumn = groupCursor.getColumnIndexOrThrow(Calendars.ACCOUNT_NAME); in getChildrenCursor() local330 String account = groupCursor.getString(accountColumn); in getChildrenCursor()