Searched refs:getColorIndexFromAccountId (Results 1 – 2 of 2) sorted by relevance
24 assertEquals(0, Email.getColorIndexFromAccountId(1)); in testGetColorIndexFromAccountId()25 assertEquals(1, Email.getColorIndexFromAccountId(2)); in testGetColorIndexFromAccountId()28 assertTrue(Email.getColorIndexFromAccountId(-5) >= 0); in testGetColorIndexFromAccountId()
177 /* package for testing */ static int getColorIndexFromAccountId(long accountId) { in getColorIndexFromAccountId() method in Email184 return ACCOUNT_COLOR_CHIP_RES_IDS[getColorIndexFromAccountId(accountId)]; in getAccountColorResourceId()188 return ACCOUNT_COLOR_CHIP_RGBS[getColorIndexFromAccountId(accountId)]; in getAccountColor()