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