Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/
DDataTypeDescriptor.kt51 val innerTypes: Set<DataTypeDescriptor> = emptySet(), constant in com.android.libraries.pcc.chronicle.api.DataTypeDescriptor
56 private val innerTypes = mutableSetOf<DataTypeDescriptor>() constant