Home | History | Annotate | Download | only in detail

Lines Matching refs:typeString

990             entry.typeString = Im.getProtocolLabel(context.getResources(), Im.PROTOCOL_GOOGLE_TALK,
1222 public String typeString;
1248 .add("typeString", typeString)
1293 entry.typeString = "";
1298 entry.typeString = context.getString(type.labelRes);
1301 entry.typeString =
1308 entry.typeString = "";
1333 typeString = entry.typeString;
1692 if (!TextUtils.isEmpty(entry.typeString)) {
1693 views.type.setText(entry.typeString.toUpperCase());
1970 ClipboardUtils.copyText(getActivity(), detailViewEntry.typeString, textToCopy, true);