Home
last modified time | relevance | path

Searched refs:getRunNonProfiledIteration (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java87 public ICheckBox getRunNonProfiledIteration(); in getRunNonProfiledIteration() method
315 display.getRunNonProfiledIteration().addClickHandler(new ClickHandler() { in populateProfilers()
322 display.getRunNonProfiledIteration().setValue(true); in populateProfilers()
327 display.getRunNonProfiledIteration().setVisible(anyProfilersChecked); in updateNonProfiledRunControl()
370 if (display.getRunNonProfiledIteration().isVisible()) { in getControlFileParams()
371 boolean profileOnly = !display.getRunNonProfiledIteration().getValue(); in getControlFileParams()
DCreateJobViewDisplay.java454 public ICheckBox getRunNonProfiledIteration() { in getRunNonProfiledIteration() method in CreateJobViewDisplay