Searched refs:newString (Results 1 – 6 of 6) 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()
126 void onOptionChanged(@OptionType int optionType, String newString); in onOptionChanged() argument
62 public void onOptionChanged(@OptionType int optionType, String newString) {
1168 char *newString; in copyToNewString() local1173 newString = (char *) malloc(strlen(fromJava) + 1); in copyToNewString()1174 strcpy(newString, fromJava); in copyToNewString()1177 return newString; in copyToNewString()
1334 String newString = displayName + "," + contactId; in appendDistinctNameIdList() local1335 if (!resultList.contains(newString)) { in appendDistinctNameIdList()1336 resultList.add(newString); in appendDistinctNameIdList()