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

/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupDetailFragment.java102 private TextView mGroupSize; field in class:GroupDetailFragment
153 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size);
329 if (mGroupSize != null) {
330 mGroupSize.setText(groupSizeString);

Completed in 93 milliseconds