Home | History | Annotate | Download | only in contacts

Lines Matching refs:label

86         PhoneLookup.LABEL,
231 entry.label = callLabel;
287 public String label = null;
338 boolean labelEmpty = TextUtils.isEmpty(entry.label) || numberEmpty;
344 TextView label = (TextView) convertView.findViewById(R.id.label);
346 label.setVisibility(View.GONE);
348 label.setText(entry.label);
349 label.setVisibility(View.VISIBLE);