Searched refs:sConsistency (Results 1 – 1 of 1) sorted by relevance
126 String sConsistency = new String (); in Update() local128 sConsistency += (sConsistency.length()!=0?", ":"") + in Update()131 sConsistency += (sConsistency.length()!=0?", ":"") + in Update()141 sConsistency += (sConsistency.length()!=0?", ":"") + in Update()153 sConsistency += (sConsistency.length()!=0?", ":"") + in Update()157 if (sConsistency.length() == 0) in Update()158 sConsistency += "yes"; in Update()161 maConsistencyLabel.setText (sConsistency); in Update()