Searched refs:newKeys (Results 1 – 2 of 2) sorted by relevance
77 final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength); in replaceKeyAt() local78 System.arraycopy(keys, columnIndex + 1, newKeys, columnIndex + replacingKeys.length, in replaceKeyAt()81 System.arraycopy(replacingKeys, 0, newKeys, columnIndex, replacingKeys.length); in replaceKeyAt()82 return newKeys; in replaceKeyAt()270 final Object ... newKeys) { in replaceKeyOfLabel() argument275 return joinKeys(newKeys); in replaceKeyOfLabel()293 final Object ... newKeys) { in replaceKeysOfAll() argument297 return joinKeys(newKeys); in replaceKeysOfAll()
126 List<CharSequence> newKeys = new ArrayList<>(); in updateCountryChoices() local128 newKeys.add(countryChooserPref.getEntries()[0]); in updateCountryChoices()133 newKeys.add(tuple.countryDisplayname()); in updateCountryChoices()138 countryChooserPref.setEntries(newKeys.toArray(new CharSequence[newKeys.size()])); in updateCountryChoices()