Home
last modified time | relevance | path

Searched refs:SECTION_NEW_ITEM (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogQuery.java78 public static final int SECTION_NEW_ITEM = 1; field in CallLogQuery
100 return section == CallLogQuery.SECTION_NEW_ITEM in isNewSection()
DCallLogQueryHandler.java284 cursor, CallLogQuery.SECTION_NAME, CallLogQuery.SECTION_NEW_ITEM); in onQueryComplete()
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogGroupBuilderTest.java271 addCallLogEntry(number, type, CallLogQuery.SECTION_NEW_ITEM); in addNewCallLogEntry()
276 if (section != CallLogQuery.SECTION_NEW_ITEM in addCallLogEntry()