Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/encryptionkey/
DEncryptionKeyJobHandlerTest.java194 Optional<List<EncryptionKey>> newKeys = in testHasEncryptionKey_updateNewEncryptionKey() local
210 Optional<List<EncryptionKey>> newKeys = in testHasEncryptionKey_updateNewSigningKey() local
227 Optional<List<EncryptionKey>> newKeys = in testHasEncryptionKey_updateBothNewEncryptionAndSigningKey() local
251 Optional<List<EncryptionKey>> newKeys = Optional.of(List.of(ENCRYPTION_KEY, SIGNING_KEY)); in testHasEncryptionKey_insertEncryptionKeyForPreviouslyNotFetchedEnrollment() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java77 final ExpectedKey[] newKeys = Arrays.copyOf(keys, newLength); in replaceKeyAt() local
270 final Object ... newKeys) { in replaceKeyOfLabel()
293 final Object ... newKeys) { in replaceKeysOfAll()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/
DAssistedDialingSettingFragment.java126 List<CharSequence> newKeys = new ArrayList<>(); in updateCountryChoices() local