Home
last modified time | relevance | path

Searched defs:joinKeys (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/
DEncryptionKeyDaoTest.java136 List<DBEncryptionKey> joinKeys = in test_getLatestExpiryNKeysOfType_returnsNFreshestKey() local
188 List<DBEncryptionKey> joinKeys = in test_getLatestExpiryNActiveKeyOfType_returnsNFreshestKey() local
DProtectedServersEncryptionConfigDaoTest.java166 List<DBProtectedServersEncryptionConfig> joinKeys = in test_getLatestExpiryNKeysOfType_returnsNFreshestKey() local
241 List<DBProtectedServersEncryptionConfig> joinKeys = in test_getLatestExpiryNActiveKeyOfType_returnsNFreshestKey() local
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DLayoutTestsBase.java110 static ExpectedKey[] joinKeys(final Object ... keys) { in joinKeys() method in LayoutTestsBase
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DPrefixStore.cpp13 std::vector<std::string> PrefixStore::joinKeys( in joinKeys() function in c10d::PrefixStore
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DAbstractLayoutBase.java104 public static ExpectedKey[] joinKeys(final Object ... keys) { in joinKeys() method in AbstractLayoutBase
DExpectedKeyboardBuilder.java116 static ExpectedKey[] joinKeys(final Object ... keys) { in joinKeys() method in ExpectedKeyboardBuilder