Searched refs:configValue (Results 1 – 4 of 4) sorted by relevance
54 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView()117 String configValue = mConfigValueText.getText().toString(); in onSetConfigClicked() local119 Integer.parseInt(configValue)); in onSetConfigClicked()
92 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView()
96 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView()
1409 String[] configValue = res.getStringArray(configResId); in getArrayConfig() local1411 if (configValue.length == 0) { in getArrayConfig()1416 configValue = res.getStringArray(defaultResId); in getArrayConfig()1419 return convertStrings(configValue, resourceConverter, Arrays.copyOf(providerValue, 0)); in getArrayConfig()