HomeSort by relevance Sort by last modified time
    Searched defs:CallLogEntryText (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallLogEntryText.java 35 public final class CallLogEntryText {
  /packages/apps/Dialer/java/com/android/dialer/calllog/ui/
NewCallLogViewHolder.java 31 import com.android.dialer.calllogutils.CallLogEntryText;
112 primaryTextView.setText(CallLogEntryText.buildPrimaryText(context, row));
113 secondaryTextView.setText(CallLogEntryText.buildSecondaryTextForEntries(context, clock, row));

Completed in 251 milliseconds