Searched refs:CONTENT_ACCOUNT_KEY_COLUMN (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.java184 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 4; field in class:Mailbox
582 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
777 hash[CONTENT_ACCOUNT_KEY_COLUMN]
H A DEmailContent.java651 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 13; field in class:EmailContent.Message
959 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
1288 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 13; field in class:EmailContent.Attachment
1460 mAccountKey = cursor.getLong(CONTENT_ACCOUNT_KEY_COLUMN);
/packages/apps/Email/emailsync/src/com/android/emailsync/
H A DSyncManager.java1843 Account account = getAccountById(c.getInt(Mailbox.CONTENT_ACCOUNT_KEY_COLUMN));

Completed in 80 milliseconds