Home | History | Annotate | Download | only in calllog

Lines Matching defs:groupSize

814 groupSize = getGroupSize(position);
815 CallDetailsEntries callDetailsEntries = createCallDetailsEntries(c, groupSize);
816 PhoneCallDetails details = createPhoneCallDetails(c, groupSize, views);
1388 * @param groupSize Number of calls associated with the current call log row.
1391 private long[] getCallIds(final Cursor cursor, final int groupSize) {
1394 long[] ids = new long[groupSize];
1396 for (int index = 0; index < groupSize; ++index) {