Searched refs:schemaProto (Results 1 – 1 of 1) sorted by relevance
348 SchemaProto schemaProto = getSchemaProtoLocked(); in AppSearchImpl() local378 List<SchemaTypeConfigProto> schemaProtoTypesList = schemaProto.getTypesList(); in AppSearchImpl()2585 GetSchemaResultProto schemaProto = mIcingSearchEngineLocked.getSchema(); in getSchemaProtoLocked() local2586 LogUtil.piiTrace(TAG, "getSchema, response", schemaProto.getStatus(), schemaProto); in getSchemaProtoLocked()2589 checkCodeOneOf(schemaProto.getStatus(), StatusProto.Code.OK, StatusProto.Code.NOT_FOUND); in getSchemaProtoLocked()2590 return schemaProto.getSchema(); in getSchemaProtoLocked()