Searched refs:schemaProto (Results 1 – 1 of 1) sorted by relevance
277 SchemaProto schemaProto = getSchemaProtoLocked(); in AppSearchImpl() local306 List<SchemaTypeConfigProto> schemaProtoTypesList = schemaProto.getTypesList(); in AppSearchImpl()2066 GetSchemaResultProto schemaProto = mIcingSearchEngineLocked.getSchema(); in getSchemaProtoLocked() local2067 mLogUtil.piiTrace("getSchema, response", schemaProto.getStatus(), schemaProto); in getSchemaProtoLocked()2070 checkCodeOneOf(schemaProto.getStatus(), StatusProto.Code.OK, StatusProto.Code.NOT_FOUND); in getSchemaProtoLocked()2071 return schemaProto.getSchema(); in getSchemaProtoLocked()