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.java86 public ICheckBox getRunNonProfiledIteration(); in getRunNonProfiledIteration() method
317 display.getRunNonProfiledIteration().addClickHandler(new ClickHandler() { in populateProfilers()
324 display.getRunNonProfiledIteration().setValue(true); in populateProfilers()
329 display.getRunNonProfiledIteration().setVisible(anyProfilersChecked); in updateNonProfiledRunControl()
389 if (display.getRunNonProfiledIteration().isVisible()) { in getControlFileParams()
390 boolean profileOnly = !display.getRunNonProfiledIteration().getValue(); in getControlFileParams()
DCreateJobViewDisplay.java470 public ICheckBox getRunNonProfiledIteration() { in getRunNonProfiledIteration() method in CreateJobViewDisplay