Searched refs:stringId (Results 1 – 1 of 1) sorted by relevance
2271 private void addRowToDialog(ViewGroup group, int stringId, String value) { in addRowToDialog() argument2275 ((TextView) row.findViewById(R.id.name)).setText(r.getString(stringId)); in addRowToDialog()