Home
last modified time | relevance | path

Searched defs:getAccountColor (Results 1 – 4 of 4) 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/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.java76 public static int getAccountColor(Context context, PhoneAccountHandle accountHandle) { in getAccountColor() method in PhoneAccountUtils