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.java387 public static void populateListBox(ListBox box, String staticDataKey) { in populateListBox() argument
388 JSONArray options = staticData.getData(staticDataKey).isArray(); in populateListBox()
394 public static void populateListBox(SimplifiedList box, String staticDataKey) { in populateListBox() argument
395 JSONArray options = staticData.getData(staticDataKey).isArray(); in populateListBox()