Home
last modified time | relevance | path

Searched refs:CheckBoxImpl (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewDisplay.java12 import autotest.afe.ICheckBox.CheckBoxImpl;
68 private CheckBoxImpl fetchTestsCheckBox = new CheckBoxImpl("Fetch Tests from Build");
88 private CheckBoxImpl skipVerify = new CheckBoxImpl();
93 private CheckBoxImpl skipReset = new CheckBoxImpl();
114 private CheckBoxImpl hostless = new CheckBoxImpl();
118 private CheckBoxImpl require_ssp = new CheckBoxImpl();
153 private CheckBoxImpl runNonProfiledIteration =
154 new CheckBoxImpl("Run each test without profilers first");
/external/autotest/frontend/client/src/autotest/afe/
DICheckBox.java13 public static class CheckBoxImpl extends CheckBox implements ICheckBox { class
14 public CheckBoxImpl() {} in CheckBoxImpl() method in ICheckBox.CheckBoxImpl
16 public CheckBoxImpl(String label) { in CheckBoxImpl() method in ICheckBox.CheckBoxImpl
DCheckBoxPanelDisplay.java3 import autotest.afe.ICheckBox.CheckBoxImpl;
18 CheckBoxImpl checkbox = new CheckBoxImpl(); in generateCheckBox()