Searched refs:mConferenceCallList (Results 1 – 1 of 1) sorted by relevance
69 ViewGroup viewGroup = mConferenceCallList[mConferencCallListIndex]; in onQueryComplete()86 private ViewGroup[] mConferenceCallList; field in ManageConferenceUtils120 mConferenceCallList = new ViewGroup[MAX_CALLERS_IN_CONFERENCE]; in initManageConferencePanel()125 mConferenceCallList[i] = in initManageConferencePanel()215 mConferenceCallList[i].setVisibility(View.VISIBLE); in updateManageConferenceRow()218 View endButton = mConferenceCallList[i].findViewById(R.id.conferenceCallerDisconnect); in updateManageConferenceRow()219 View separateButton = mConferenceCallList[i].findViewById( in updateManageConferenceRow()221 TextView nameTextView = (TextView) mConferenceCallList[i].findViewById( in updateManageConferenceRow()223 TextView numberTextView = (TextView) mConferenceCallList[i].findViewById( in updateManageConferenceRow()225 TextView numberTypeTextView = (TextView) mConferenceCallList[i].findViewById( in updateManageConferenceRow()[all …]