Home
last modified time | relevance | path

Searched defs:getAccountColor (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIAccountService.aidl22 int getAccountColor(long accountId); in getAccountColor() method
DAccountServiceProxy.java47 public int getAccountColor(final long accountId) { in getAccountColor() method in AccountServiceProxy
/packages/apps/Dialer/src/com/android/dialer/calllog/calllogcache/
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
DCallLogCacheLollipopMr1.java89 public int getAccountColor(PhoneAccountHandle accountHandle) { in getAccountColor() method in CallLogCacheLollipopMr1
/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/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