Searched refs:getAccountColor (Results 1 – 11 of 11) 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);
89 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor() method in CallLogCacheLollipopMr193 Integer color = PhoneAccountUtils.getAccountColor(mContext, accountHandle); in getAccountColor()
65 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor() method in CallLogCacheLollipop
86 public abstract int getAccountColor(PhoneAccountHandle accountHandle); in getAccountColor() method in CallLogCache
57 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor() method in TestTelecomCallLogCache
39 Integer color = mResourceHelper.getAccountColor(accountId); in brokentestGetAccountColor()
68 public int getAccountColor(long accountId) { in getAccountColor() method in ResourceHelper
84 public static int getAccountColor(Context context, @Nullable PhoneAccountHandle accountHandle) { in getAccountColor() method in PhoneAccountUtils
131 int color = mCallLogCache.getAccountColor(details.accountHandle); in setPhoneCallDetails()