Searched refs:newKeys (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | ExpectedKeyboardBuilder.java | 77 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/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/encryptionkey/ |
D | EncryptionKeyJobHandlerTest.java | 194 Optional<List<EncryptionKey>> newKeys = in testHasEncryptionKey_updateNewEncryptionKey() local 197 .thenReturn(newKeys); in testHasEncryptionKey_updateNewEncryptionKey() 210 Optional<List<EncryptionKey>> newKeys = in testHasEncryptionKey_updateNewSigningKey() local 213 .thenReturn(newKeys); in testHasEncryptionKey_updateNewSigningKey() 227 Optional<List<EncryptionKey>> newKeys = in testHasEncryptionKey_updateBothNewEncryptionAndSigningKey() local 230 .thenReturn(newKeys); in testHasEncryptionKey_updateBothNewEncryptionAndSigningKey() 251 Optional<List<EncryptionKey>> newKeys = Optional.of(List.of(ENCRYPTION_KEY, SIGNING_KEY)); in testHasEncryptionKey_insertEncryptionKeyForPreviouslyNotFetchedEnrollment() local 253 .thenReturn(newKeys); in testHasEncryptionKey_insertEncryptionKeyForPreviouslyNotFetchedEnrollment()
|
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/ |
D | AssistedDialingSettingFragment.java | 126 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()
|