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

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogQuery.java66 public static final int SECTION = 17; field in class:CallLogQuery
93 int section = cursor.getInt(CallLogQuery.SECTION);
99 int section = cursor.getInt(CallLogQuery.SECTION);
H A DCallLogAdapter.java503 final int section = c.getInt(CallLogQuery.SECTION);
620 final int section = c.getInt(CallLogQuery.SECTION);
622 final int nextSection = c.getInt(CallLogQuery.SECTION);
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
H A DCallLogGroupBuilderTest.java285 values[CallLogQuery.SECTION] = section;
308 values[CallLogQuery.SECTION] = section;
H A DCallLogFragmentTest.java526 values[CallLogQuery.SECTION] = CallLogQuery.SECTION_OLD_ITEM;

Completed in 401 milliseconds