Searched refs:accountTypeColumn (Results 1 – 4 of 4) sorted by relevance
390 int accountTypeColumn = cursor.getColumnIndexOrThrow(Calendars.ACCOUNT_TYPE); in bindGroupView() local392 String accountType = cursor.getString(accountTypeColumn); in bindGroupView()403 int accountTypeColumn = groupCursor.getColumnIndexOrThrow(Calendars.ACCOUNT_TYPE); in getChildrenCursor() local405 String accountType = groupCursor.getString(accountTypeColumn); in getChildrenCursor()
283 int accountTypeColumn = cursor.getColumnIndexOrThrow(RawContacts.ACCOUNT_TYPE); in onLoadComplete() local301 item.accountType = cursor.getString(accountTypeColumn); in onLoadComplete()
4237 String accountTypeColumn) { in appendAccountToSelection() argument4248 .append(accountTypeColumn) in appendAccountToSelection()
5476 String accountTypeColumn, Account[] systemAccounts) { in removeStaleAccountRows() argument5480 "," + accountTypeColumn + in removeStaleAccountRows()5495 accountTypeColumn + "=?", in removeStaleAccountRows()