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

/packages/apps/Email/src/com/android/email/activity/
H A DAccountSelectorAdapter.java59 private static final String ROW_TYPE = "rowType";
461 private void addRow(MatrixCursor cursor, int rowType, long id, String name, argument
464 .add(rowType)
H A DMailboxFragmentAdapter.java101 private static final String ROW_TYPE = "rowType";
224 int rowType = c.getInt(c.getColumnIndex(ROW_TYPE));
225 return rowType == ROW_TYPE_HEADER;
357 final int rowType = getRowType(cursor);
395 switch (rowType) {
476 int mailboxType, int unreadCount, int messageCount, int rowType, int flags,
489 row.add(rowType);
475 addMailboxRow(MatrixCursor cursor, long mailboxId, String displayName, int mailboxType, int unreadCount, int messageCount, int rowType, int flags, long accountId) argument

Completed in 143 milliseconds