Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/analysis/
DDefaultChronicleContext.kt48 val tempMgmtProperties = mutableMapOf<Class<out Connection>, ManagementStrategy>() in <lambda>() constant in com.android.libraries.pcc.chronicle.analysis.DefaultChronicleContext
63 tempMgmtProperties[connectionType] = dataType.managementStrategy in <lambda>()
69 mgmtStrategyByType = tempMgmtProperties in <lambda>()