Searched refs:mGroupNameView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java182 private TextView mGroupNameView; field in class:GroupEditorFragment
402 mGroupNameView = (TextView) editorView.findViewById(R.id.group_name);
457 mGroupNameView.setFocusable(!mGroupNameIsReadOnly);
487 mGroupNameView.setText(mOriginalGroupName);
600 mGroupNameView.getText().toString(),
659 return mGroupNameView != null && !TextUtils.isEmpty(mGroupNameView.getText());
663 return mGroupNameView != null &&
664 !mGroupNameView.getText().toString().equals(mOriginalGroupName);
676 String groupNameFromTextView = mGroupNameView
[all...]

Completed in 29 milliseconds