Home
last modified time | relevance | path

Searched refs:JOIN (Results 1 – 21 of 21) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKey.java34 AdSelectionEncryptionKeyType.JOIN,
40 int JOIN = 3; field
44 Set.of(AdSelectionEncryptionKeyType.AUCTION, AdSelectionEncryptionKeyType.JOIN);
DProtectedServersEncryptionConfigManagerBase.java117 case AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN: in parseKeyResponse()
144 case AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN: in getKeyCountForType()
158 case AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN: in getOhttpKeyConfigForKey()
177 case AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN: in fetchKeyPayload()
216 case AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN: in getKeyFetchUriOfType()
DKAnonObliviousHttpEncryptorImpl.java19 …services.service.adselection.encryption.AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN;
69 .getLatestOhttpKeyConfigOfType(JOIN, keyFetchTimeoutMs, null, devContext) in encryptBytes()
98 ObliviousHttpKeyConfig.useFledgeAuctionServerMediaTypeChange(JOIN)); in createAndSerializeRequest()
DJoinEncryptionKeyParser.java58 .setKeyType(AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN) in parseDbEncryptionKey()
104 key.keyType() == AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, in getObliviousHttpKeyConfig()
DBackgroundKeyFetchWorker.java234 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN) in fetchNewKeys()
331 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, in fetchAndPersistJoinKey()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DAdSelectionEncryptionKeyManagerTest.java145 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN)) in test_getLatestActiveJoinKey_noJoinKey_returnsNull()
165 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN)) in test_getLatestActiveJoinKey_noActiveJoinKey_returnsNull()
185 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN)) in test_getLatestActiveJoinKey_returnsActiveJoinKey()
195 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN); in test_getLatestActiveJoinKey_returnsActiveJoinKey()
236 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN)) in test_getLatestJoinKey_noJoinKey_returnsNull()
252 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN)) in test_getLatestJoinKey_returnsJoinKey()
260 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN); in test_getLatestJoinKey_returnsJoinKey()
285 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN); in test_getAbsentAdSelectionEncryptionKeyTypes()
301 .containsExactly(AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN); in test_getAbsentAdSelectionEncryptionKeyTypes_onlyAuctionInDb_JoinKeyIsMissing()
362 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN)) in test_fetchAndPersistJoinKey_fetchSuccess_returnsLatestActiveJoinKey()
[all …]
DKAnonObliviousHttpEncryptorImplTest.java19 …services.service.adselection.encryption.AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN;
93 JOIN, KEY_FETCH_TIMEOUT_MS, null, mDevContext)) in test_encryptBytes_success()
121 JOIN, KEY_FETCH_TIMEOUT_MS, null, mDevContext)) in test_encryptBytes_success_withServerAuctionMediaTypeNoChange()
175 JOIN, KEY_FETCH_TIMEOUT_MS, null, mDevContext)) in test_decryptBytes_success()
202 JOIN, KEY_FETCH_TIMEOUT_MS, null, mDevContext)) in test_decryptBytes_success_withServerAuctionMediaTypeNoChange()
DBackgroundKeyFetchWorkerTest.java347 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN);
392 .doesNotContain(AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN);
396 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, 3);
568 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN);
576 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, 3);
626 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, 3);
639 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, 3);
651 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, 3);
DJoinEncryptionKeyParserTest.java83 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN) in parseDbEncryptionKey_returnsSuccess()
138 .AdSelectionEncryptionKeyType.JOIN) in getObliviousHttpKeyConfig_wrongFormat_throwsException()
152 .setKeyType(AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN) in getObliviousHttpKeyConfig_returnsKeyConfig()
DProtectedServersEncryptionConfigManagerTest.java152 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, in test_getLatestJoinKey_noJoinKey_returnsNull()
170 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, in test_getLatestJoinKey_returnsJoinKey()
179 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, in test_getLatestJoinKey_returnsJoinKey()
225 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN); in test_getAbsentAdSelectionEncryptionKeyTypes()
243 .containsExactly(AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN); in test_getAbsentAdSelectionEncryptionKeyTypes_onlyAuctionInDb_JoinKeyIsMissing()
391 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, in test_fetchAndPersistJoinKey_fetchSuccess_returnsLatestActiveJoinKey()
398 AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN, in test_fetchAndPersistJoinKey_fetchSuccess_returnsLatestActiveJoinKey()
/packages/modules/OnDevicePersonalization/tests/chronicletests/src/com/android/libraries/pcc/chronicle/test/
DChronicleApiPolicyFieldBuilderTest.kt58 .apply { rawUsage(UsageType.JOIN, UsageType.EGRESS) } in <lambda>()
61 assertThat(actual.rawUsages).containsExactly(UsageType.JOIN, UsageType.EGRESS) in <lambda>()
68 conditionalUsage("bucketed", UsageType.JOIN, UsageType.EGRESS) in <lambda>()
74 ConditionalUsage.Bucketed.whenever(UsageType.JOIN, UsageType.EGRESS) in <lambda>()
86 setOf(UsageType.JOIN, UsageType.EGRESS), in <lambda>()
DChronicleApiPolicyBuilderTest.kt67 "b" { rawUsage(UsageType.JOIN) } in <lambda>()
86 "b" { rawUsage(UsageType.JOIN) } in testPolicyBuilder()
DChronicleApiPolicyTest.kt65 mapOf("label1" to setOf(UsageType.EGRESS), "label2" to setOf(UsageType.JOIN)) in testPolicyAllRedactionLabels()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DEncryptionKeyConstants.java52 case AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN: in from()
68 return AdSelectionEncryptionKey.AdSelectionEncryptionKeyType.JOIN; in toAdSelectionEncryptionKeyType()
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Dapi-coverage-sql-query16 JOIN `/span/global/blackbox-eng-jobs:database`.CoverageResults USING (TestSuiteResultsId)
17 … HASH JOIN `/span/global/blackbox-eng-jobs:database`.CoverageMethods USING (CoverageResultsId)
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/
DPolicy.kt116 JOIN,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java58 private static final int JOIN = 1; field in ContactAggregator
337 return JOIN; // no identity or identity match in canJoinIntoContact()
354 return JOIN; in canJoinIntoContact()
/packages/modules/Virtualization/docs/debug/
Dtracing.md118 JOIN (
140 JOIN slices
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorActivity.java113 int JOIN = 3; field
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java901 doSaveAction(SaveMode.JOIN, joinContactId); in onJoinContactConfirmed()
1473 case SaveMode.JOIN: in onSaveCompleted()
1518 case SaveMode.JOIN: in onSaveCompleted()
/packages/inputmethods/LatinIME/dictionaries/
Dpl_wordlist.combined.gz