Searched defs:indexableNestedPropertiesList (Results 1 – 3 of 3) sorted by relevance
34 val indexableNestedPropertiesList: List<String>, constant in androidx.appsearch.compiler.annotationwrapper.DocumentPropertyAnnotation66 val indexableNestedPropertiesList = mutableListOf<String>() in parse() constant
359 String[] indexableNestedPropertiesList() default {}; in indexableNestedPropertiesList() method
1701 List<String> indexableNestedPropertiesList = in getIndexableNestedProperties() local