Home
last modified time | relevance | path

Searched refs:Consent (Results 1 – 5 of 5) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/builder/
DFlavoredPoliciesBuilder.kt53 fun consentRequiredForCollectionOrStorage(consent: Consent) { in <lambda>()
54 basePolicyBuilder.configs[Consent.POLICY_CFG_SECTION_KEY] = in <lambda>()
DConsent.kt20 enum class Consent(val serializedValue: String) { class
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs214 BtSspVariant::Consent => { in on_ssp_request()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs71 Consent, enumerator
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1781 if variant == BtSspVariant::Consent { in ssp_request()