Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java141 private CheckBoxPanel profilersPanel = new CheckBoxPanel(); field in CreateJobViewPresenter
315 ICheckBox checkbox = profilersPanel.generateCheckBox(); in populateProfilers()
324 profilersPanel.add(checkbox); in populateProfilers()
338 boolean anyProfilersChecked = !profilersPanel.getChecked().isEmpty(); in updateNonProfiledRunControl()
377 for (ICheckBox profiler : profilersPanel.getChecked()) { in getControlFileParams()
529 profilersPanel.setEnabled(true); in setInputsEnabled()
537 profilersPanel.setEnabled(false); in disableInputs()
542 profilersPanel.bindDisplay(display.getCheckBoxPanelDisplay()); in initialize()
715 profilersPanel.reset(); in reset()
DCreateJobViewDisplay.java152 private CheckBoxPanelDisplay profilersPanel = new CheckBoxPanelDisplay(CHECKBOX_PANEL_COLUMNS); field in CreateJobViewDisplay
174 profilerControls.add(profilersPanel); in initialize()
363 return profilersPanel; in getCheckBoxPanelDisplay()