Home
last modified time | relevance | path

Searched refs:newKeys (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java77 final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength); in replaceKeyAt() local
78 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() argument
275 return joinKeys(newKeys); in replaceKeyOfLabel()
293 final Object ... newKeys) { in replaceKeysOfAll() argument
297 return joinKeys(newKeys); in replaceKeysOfAll()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/
DAssistedDialingSettingFragment.java126 List<CharSequence> newKeys = new ArrayList<>(); in updateCountryChoices() local
128 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()
/packages/services/Car/tests/BugReportApp/libs/
Dgrpc-context-1.19.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...