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

/packages/apps/Email/src/com/android/email/provider/
H A DEmailProvider.java142 private static final int ACCOUNT_BASE = 0; field in class:EmailProvider
143 private static final int ACCOUNT = ACCOUNT_BASE;
144 private static final int ACCOUNT_ID = ACCOUNT_BASE + 1;
145 private static final int ACCOUNT_ID_ADD_TO_FIELD = ACCOUNT_BASE + 2;
146 private static final int ACCOUNT_RESET_NEW_COUNT = ACCOUNT_BASE + 3;
147 private static final int ACCOUNT_RESET_NEW_COUNT_ID = ACCOUNT_BASE + 4;
148 private static final int ACCOUNT_DEFAULT_ID = ACCOUNT_BASE + 5;
221 // TABLE_NAMES MUST remain in the order of the BASE constants above (e.g. ACCOUNT_BASE = 0x0000,

Completed in 77 milliseconds