Searched refs:newString (Results 1 – 3 of 3) sorted by relevance
45 final String newString = tokens.get(0).target; in test() local48 + "' but got '" + newString + "'", in test()51 + hanziString + "' but got '" + newString + "'", in test()52 newString.equals(hanziString)); in test()58 + expectedPinyin + "' but got '" + newString + "'", in test()59 newString.equalsIgnoreCase(expectedPinyin)); in test()
404 String newString = newValue == null ? null : newValue.toString(); in getAugmentedValues() local405 changing |= !TextUtils.equals(newString, value); in getAugmentedValues()
880 String newString = displayName + "," + contactId; in appendDistinctNameIdList() local881 if (!resultList.contains(newString)) { in appendDistinctNameIdList()882 resultList.add(newString); in appendDistinctNameIdList()