Searched defs:groupSize (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DIntentProvider.java65 final CallLogAdapter adapter, final int position, final long id, final int groupSize) {
84 if (groupSize > 1) {
86 long[] ids = new long[groupSize];
88 for (int index = 0; index < groupSize; ++index) {
64 getCallDetailIntentProvider( final CallLogAdapter adapter, final int position, final long id, final int groupSize) argument
H A DCallLogAdapter.java481 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize, argument
483 bindView(view, cursor, groupSize);

Completed in 188 milliseconds