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 129 return createHeaderCursorFor(CallLogQuery.SECTION_OLD_HEADER);
CallLogAdapter.java 441 || section == CallLogQuery.SECTION_OLD_HEADER) {
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogGroupBuilderTest.java 234 addCallLogHeader(CallLogQuery.SECTION_OLD_HEADER);
245 && section != CallLogQuery.SECTION_OLD_HEADER) {

Completed in 606 milliseconds