Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewDisplay.java16 import autotest.afe.ITextBox.TextBoxImpl;
54 private TextBoxImpl image_url = new TextBoxImpl();
129 private TextBoxImpl args = new TextBoxImpl();
134 private TextBoxImpl firmwareRWBuild = new TextBoxImpl();
140 private TextBoxImpl firmwareROBuild = new TextBoxImpl();
159 private TextBoxImpl synchCountInput = new TextBoxImpl();
/external/autotest/frontend/client/src/autotest/afe/
DTestSelectorDisplay.java4 import autotest.afe.ITextBox.TextBoxImpl;
30 private TextBoxImpl testNameFilter = new TextBoxImpl();
DITextBox.java13 public static class TextBoxImpl extends TextBox implements ITextBox {} class