Home
last modified time | relevance | path

Searched refs:PhoneAccountUtils (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/calllogcache/
DCallLogCache.java25 import com.android.dialer.calllogutils.PhoneAccountUtils;
94 String label = PhoneAccountUtils.getAccountLabel(context, accountHandle); in getAccountLabel()
105 Integer color = PhoneAccountUtils.getAccountColor(context, accountHandle); in getAccountColor()
123 PhoneAccountUtils.getAccountSupportsCallSubject(context, accountHandle); in doesAccountSupportCallSubject()
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DNewCallLogViewHolder.java39 import com.android.dialer.calllogutils.PhoneAccountUtils;
270 String phoneAccountLabel = PhoneAccountUtils.getAccountLabel(activity, phoneAccountHandle); in setPhoneAccounts()
277 int phoneAccountColor = PhoneAccountUtils.getAccountColor(activity, phoneAccountHandle); in setPhoneAccounts()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneAccountUtils.java26 public class PhoneAccountUtils { class
DCallLogEntryDescriptions.java136 String phoneAccountLabel = PhoneAccountUtils.getAccountLabel(context, phoneAccountHandle); in buildPhoneAccountDescription()