Home
last modified time | relevance | path

Searched refs:CallLogEntryDescriptions (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DCallLogEntryDescriptions.java32 public final class CallLogEntryDescriptions { class
34 private CallLogEntryDescriptions() {} in CallLogEntryDescriptions() method in CallLogEntryDescriptions
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DNewCallLogViewHolder.java36 import com.android.dialer.calllogutils.CallLogEntryDescriptions;
149 CallLogEntryDescriptions.buildDescriptionForEntry(activity, clock, row)); in configA11yForRow()