Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogGroupBuilderTest.java83 assertGroupIs(0, 3, false, mFakeGroupCreator.groups.get(0)); in testAddGroups_ThreeCallsMatching()
92 assertGroupIs(0, 3, false, mFakeGroupCreator.groups.get(0)); in testAddGroups_MatchingIncomingAndOutgoing()
104 assertGroupIs(1, 2, false, mFakeGroupCreator.groups.get(0)); in testAddGroups_HeaderSplitsGroups()
105 assertGroupIs(4, 2, false, mFakeGroupCreator.groups.get(1)); in testAddGroups_HeaderSplitsGroups()
165 assertGroupIs(1, 2, false, mFakeGroupCreator.groups.get(0)); in testAddGroups_Mixed()
166 assertGroupIs(3, 2, false, mFakeGroupCreator.groups.get(1)); in testAddGroups_Mixed()
167 assertGroupIs(7, 3, false, mFakeGroupCreator.groups.get(2)); in testAddGroups_Mixed()
244 assertGroupIs(0, types.length, false, mFakeGroupCreator.groups.get(0)); in assertCallsAreGrouped()
313 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) { in assertGroupIs() method in CallLogGroupBuilderTest