Searched refs:GroupSpec (Results 1 – 1 of 1) sorted by relevance
313 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) { in assertGroupIs()320 private static class GroupSpec { class in CallLogGroupBuilderTest328 public GroupSpec(int cursorPosition, int size, boolean expanded) { in GroupSpec() method in CallLogGroupBuilderTest.GroupSpec338 public final List<GroupSpec> groups = newArrayList();342 groups.add(new GroupSpec(cursorPosition, size, expanded)); in addGroup()