Searched refs:branchSet (Results 1 – 2 of 2) sorted by relevance
/test/vti/dashboard/src/main/webapp/js/ |
D | test_acknowledgments.js | 154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument 167 var branches = Array.from(branchSet); 219 var branchSet = new Set(); 225 addChips(branchSet, branchChips, branches, allBranchesLabel); 228 branchContainer, 'Specify a branch...', branchSet, branchChips, allBranchesLabel); 286 saveCallback(ack, wrapper, key, test, branchSet, deviceSet, testCaseSet, textArea.val());
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestCoverageStatusEntity.java | 155 Set<String> branchSet = in getBranchSet() local 160 return branchSet; in getBranchSet()
|