Searched defs:AnnotatedCallLog (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
H A DAnnotatedCallLogContract.java24 /** Contract for the AnnotatedCallLog content provider. */
31 * Columns shared by {@link AnnotatedCallLog} and {@link CoalescedAnnotatedCallLog}.
55 * AnnotatedCallLog table.
59 public static final class AnnotatedCallLog implements CommonColumns { class in class:AnnotatedCallLogContract
61 public static final String TABLE = "AnnotatedCallLog";
84 * Coalesced view of the AnnotatedCallLog table.
86 * <p>This is an in-memory view of the {@link AnnotatedCallLog} with some adjacent entries
104 * Number of AnnotatedCallLog rows represented by this CoalescedAnnotatedCallLog row.
120 * AnnotatedCallLog}.

Completed in 73 milliseconds