Searched refs:connectionContext (Results 1 – 5 of 5) sorted by relevance
37 override val connectionContext: TypedMap = TypedMap() in <lambda>() constant in com.android.libraries.pcc.chronicle.analysis.DefaultChronicleContext88 connectionContext = connectionContext in <lambda>()95 override fun withConnectionContext(connectionContext: TypedMap): ChronicleContext { in <lambda>()101 connectionContext = connectionContext in <lambda>()114 if (connectionContext != other.connectionContext) return false in <lambda>()123 result = 31 * result + connectionContext.hashCode() in <lambda>()
49 val connectionContext: TypedMap constant64 fun withConnectionContext(connectionContext: TypedMap): ChronicleContext
41 private val connectionContext: TypedMap = TypedMap() constant in com.android.ondevicepersonalization.services.policyengine.api.ChronicleManager58 connectionContext = connectionContext
27 internal fun Policy.verifyContext(connectionContext: TypedMap): List<PolicyCheck> { in verifyContext()28 if (this.allowedContext(connectionContext)) { in verifyContext()
58 policy.verifyContext(context.connectionContext) in <lambda>()