OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSONtoStrings
(Results
1 - 6
of
6
) sorted by null
/external/autotest/frontend/client/src/autotest/common/
StatusSummary.java
27
summary.contents = Utils.
JSONtoStrings
(group.get("extra_info").isArray());
Utils.java
62
public static String[]
JSONtoStrings
(JSONArray strings) {
/external/autotest/frontend/client/src/autotest/afe/
HostTableDecorator.java
51
String[] statusStrings = Utils.
JSONtoStrings
(statuses);
JobDetailView.java
371
statusFilter.setChoices(Utils.
JSONtoStrings
(statuses));
/external/autotest/frontend/client/src/autotest/tko/
TestGroupDataSource.java
100
headerValueList.add(Arrays.asList(Utils.
JSONtoStrings
(header)));
TestDetailView.java
289
String[] labels = Utils.
JSONtoStrings
(test.get("labels").isArray());
Completed in 50 milliseconds