Searched defs:CallLogQuery (Results 1 - 1 of 1) sorted by last modified time

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogQuery.java25 public final class CallLogQuery { class
93 int section = cursor.getInt(CallLogQuery.SECTION);
94 return section == CallLogQuery.SECTION_NEW_HEADER
95 || section == CallLogQuery.SECTION_OLD_HEADER;
99 int section = cursor.getInt(CallLogQuery.SECTION);
100 return section == CallLogQuery.SECTION_NEW_ITEM
101 || section == CallLogQuery.SECTION_NEW_HEADER;

Completed in 54 milliseconds