Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java306 public static void populateListBox(ListBox box, String staticDataKey) { in populateListBox() argument
307 JSONArray options = staticData.getData(staticDataKey).isArray(); in populateListBox()
313 public static void populateListBox(SimplifiedList box, String staticDataKey) { in populateListBox() argument
314 JSONArray options = staticData.getData(staticDataKey).isArray(); in populateListBox()