Searched defs:textValue (Results 1 – 4 of 4) sorted by relevance
54 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
92 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
97 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView() local
77 private String getInsertCommand(String textValue, int integerValue) { in getInsertCommand()