Home
last modified time | relevance | path

Searched refs:getColorIndexFromAccountId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
DEmailTest.java24 assertEquals(0, Email.getColorIndexFromAccountId(1)); in testGetColorIndexFromAccountId()
25 assertEquals(1, Email.getColorIndexFromAccountId(2)); in testGetColorIndexFromAccountId()
28 assertTrue(Email.getColorIndexFromAccountId(-5) >= 0); in testGetColorIndexFromAccountId()
/packages/apps/Email/src/com/android/email/
DEmail.java177 /* package for testing */ static int getColorIndexFromAccountId(long accountId) { in getColorIndexFromAccountId() method in Email
184 return ACCOUNT_COLOR_CHIP_RES_IDS[getColorIndexFromAccountId(accountId)]; in getAccountColorResourceId()
188 return ACCOUNT_COLOR_CHIP_RGBS[getColorIndexFromAccountId(accountId)]; in getAccountColor()