Searched refs:getAccountColor (Results 1 – 8 of 8) sorted by relevance
47 public int getAccountColor(final long accountId) { in getAccountColor() method in AccountServiceProxy51 mReturn = mService.getAccountColor(accountId); in getAccountColor()
22 int getAccountColor(long accountId); in getAccountColor() method
43 public int getAccountColor(long accountId) {44 return ResourceHelper.getInstance(mContext).getAccountColor(accountId);
39 Integer color = mResourceHelper.getAccountColor(accountId); in brokentestGetAccountColor()
68 public int getAccountColor(long accountId) { in getAccountColor() method in ResourceHelper
76 public static int getAccountColor(Context context, PhoneAccountHandle accountHandle) { in getAccountColor() method in PhoneAccountUtils
117 int color = PhoneAccountUtils.getAccountColor(mContext, details.accountHandle); in setPhoneCallDetails()
1442 int color = new AccountServiceProxy(context).getAccountColor(account.mId); in createCalendar()