Searched refs:pendingResult (Results 1 – 1 of 1) sorted by relevance
325 final PendingResult pendingResult = new PendingResult(); in setTestInstances() local326 pendingResult.allInstancesPassed = true; in setTestInstances()327 pendingResult.testLogs = new LinkedHashMap<>(); in setTestInstances()328 pendingResult.errorMessages = new LinkedHashMap<>(); in setTestInstances()329 pendingResult.remainingConfigs = new HashSet<>(configs); // avoid mutating argument in setTestInstances()330 mPendingResults.put(testId, pendingResult); in setTestInstances()