Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DUserPreferencesView.java86 AfeUtils.populateListBox(droneSet, "drone_sets"); in initialize()
DAfeUtils.java387 public static void populateListBox(ListBox box, String staticDataKey) { in populateListBox() method in AfeUtils
394 public static void populateListBox(SimplifiedList box, String staticDataKey) { in populateListBox() method in AfeUtils
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java678 AfeUtils.populateListBox(display.getDroneSet(), "drone_sets"); in initialize()