Searched refs:optionalVtsReportStorage (Results 1 – 1 of 1) sorted by relevance
113 Optional<Storage> optionalVtsReportStorage = GcsHelper.getStorage(vtsReportInputStream); in init() local114 if (optionalVtsReportStorage.isPresent()) { in init()115 this.storage = optionalVtsReportStorage.get(); in init()