Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogQuery.java80 public static final int SECTION_OLD_HEADER = 2; field in CallLogQuery
95 || section == CallLogQuery.SECTION_OLD_HEADER; in isSectionHeader()
DCallLogQueryHandler.java146 return createHeaderCursorFor(CallLogQuery.SECTION_OLD_HEADER); in createOldCallsHeaderCursor()
DCallLogAdapter.java508 || section == CallLogQuery.SECTION_OLD_HEADER) { in bindView()
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogGroupBuilderTest.java291 addCallLogHeader(CallLogQuery.SECTION_OLD_HEADER); in addOldCallLogHeader()
302 && section != CallLogQuery.SECTION_OLD_HEADER) { in addCallLogHeader()