Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java306 public static void populateListBox(ListBox box, String staticDataKey) { in populateListBox() method in AfeUtils
313 public static void populateListBox(SimplifiedList box, String staticDataKey) { in populateListBox() method in AfeUtils
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java686 AfeUtils.populateListBox(display.getDroneSet(), "drone_sets"); in initialize()