Searched refs:schemaProtoTypesList (Results 1 – 1 of 1) sorted by relevance
307 List<SchemaTypeConfigProto> schemaProtoTypesList = schemaProto.getTypesList(); in AppSearchImpl() local308 for (int i = 0; i < schemaProtoTypesList.size(); i++) { in AppSearchImpl()309 SchemaTypeConfigProto schema = schemaProtoTypesList.get(i); in AppSearchImpl()