HomeSort by relevance Sort by last modified time
    Searched refs:SECTION_OLD_HEADER (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogQuery.java 80 public static final int SECTION_OLD_HEADER = 2;
95 || section == CallLogQuery.SECTION_OLD_HEADER;
CallLogQueryHandler.java 146 return createHeaderCursorFor(CallLogQuery.SECTION_OLD_HEADER);
CallLogAdapter.java 508 || section == CallLogQuery.SECTION_OLD_HEADER) {
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogGroupBuilderTest.java 291 addCallLogHeader(CallLogQuery.SECTION_OLD_HEADER);
302 && section != CallLogQuery.SECTION_OLD_HEADER) {

Completed in 133 milliseconds