Home | History | Annotate | Download | only in contacts

Lines Matching refs:label

959                         if (TextUtils.isEmpty(entry.label)) {
960 entry.label = getString(R.string.chat).toLowerCase();
970 (hasData || !TextUtils.isEmpty(entry.label))) {
977 && (!hasData || TextUtils.isEmpty(entry.label));
982 if (TextUtils.isEmpty(entry.label)) {
983 entry.label = entry.data;
1091 entry.label = buildActionString(kind, values, false, context);
1128 // Choose the label associated with the highest type precedence.
1132 label = entry.label;
1179 public TextView label;
1222 views.label = (TextView) v.findViewById(android.R.id.text1);
1254 // Set the label
1255 TextView label = views.label;
1256 setMaxLines(label, entry.maxLabelLines);
1257 label.setText(entry.label);