Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogQuery.java66 public static final int SECTION = 17; field in CallLogQuery
93 int section = cursor.getInt(CallLogQuery.SECTION); in isSectionHeader()
99 int section = cursor.getInt(CallLogQuery.SECTION); in isNewSection()
DCallLogAdapter.java504 final int section = c.getInt(CallLogQuery.SECTION); in bindView()
621 final int section = c.getInt(CallLogQuery.SECTION); in isLastOfSection()
623 final int nextSection = c.getInt(CallLogQuery.SECTION); in isLastOfSection()
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogGroupBuilderTest.java285 values[CallLogQuery.SECTION] = section; in addCallLogEntry()
308 values[CallLogQuery.SECTION] = section; in addCallLogHeader()
DCallLogFragmentTest.java526 values[CallLogQuery.SECTION] = CallLogQuery.SECTION_OLD_ITEM; in getValuesToInsert()