Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DAccountServiceProxy.java47 public int getAccountColor(final long accountId) { in getAccountColor() method in AccountServiceProxy
51 mReturn = mService.getAccountColor(accountId); in getAccountColor()
DIAccountService.aidl22 int getAccountColor(long accountId); in getAccountColor() method
/packages/apps/Email/provider_src/com/android/email/service/
DAccountService.java43 public int getAccountColor(long accountId) {
44 return ResourceHelper.getInstance(mContext).getAccountColor(accountId);
/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/
DCallLogCacheLollipopMr1.java89 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor() method in CallLogCacheLollipopMr1
93 Integer color = PhoneAccountUtils.getAccountColor(mContext, accountHandle); in getAccountColor()
DCallLogCacheLollipop.java65 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor() method in CallLogCacheLollipop
DCallLogCache.java86 public abstract int getAccountColor(PhoneAccountHandle accountHandle); in getAccountColor() method in CallLogCache
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/calllogcache/
DTestTelecomCallLogCache.java57 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor() method in TestTelecomCallLogCache
/packages/apps/Email/tests/src/com/android/email/
DResourceHelperTest.java39 Integer color = mResourceHelper.getAccountColor(accountId); in brokentestGetAccountColor()
/packages/apps/Email/provider_src/com/android/email/
DResourceHelper.java68 public int getAccountColor(long accountId) { in getAccountColor() method in ResourceHelper
/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneAccountUtils.java84 public static int getAccountColor(Context context, @Nullable PhoneAccountHandle accountHandle) { in getAccountColor() method in PhoneAccountUtils
DPhoneCallDetailsHelper.java131 int color = mCallLogCache.getAccountColor(details.accountHandle); in setPhoneCallDetails()