Searched refs:pendingResult (Results 1 – 1 of 1) sorted by relevance
348 final PendingResult pendingResult = new PendingResult(); in setTestInstances() local349 pendingResult.allInstancesPassed = true; in setTestInstances()350 pendingResult.testLogs = new LinkedHashMap<>(); in setTestInstances()351 pendingResult.errorMessages = new LinkedHashMap<>(); in setTestInstances()352 pendingResult.remainingConfigs = new HashSet<>(configs); // avoid mutating argument in setTestInstances()353 mPendingResults.put(testId, pendingResult); in setTestInstances()