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.java140 private CheckBoxPanel profilersPanel = new CheckBoxPanel(); field in CreateJobViewPresenter
303 ICheckBox checkbox = profilersPanel.generateCheckBox(); in populateProfilers()
312 profilersPanel.add(checkbox); in populateProfilers()
326 boolean anyProfilersChecked = !profilersPanel.getChecked().isEmpty(); in updateNonProfiledRunControl()
365 for (ICheckBox profiler : profilersPanel.getChecked()) { in getControlFileParams()
517 profilersPanel.setEnabled(true); in setInputsEnabled()
525 profilersPanel.setEnabled(false); in disableInputs()
530 profilersPanel.bindDisplay(display.getCheckBoxPanelDisplay()); in initialize()
659 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()