Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/
DResourceHelper.java59 /* package */ int getAccountColorIndex(long accountId) { in getAccountColorIndex() method in ResourceHelper
69 return mAccountColors[getAccountColorIndex(accountId)]; in getAccountColor()
77 return mAccountColorArray.getResourceId(getAccountColorIndex(accountId), in getAccountColorId()
85 return mAccountColorPaints[getAccountColorIndex(accountId)]; in getAccountColorPaint()