OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayDataSource
(Results
1 - 2
of
2
) sorted by null
/external/autotest/frontend/client/src/autotest/common/table/
ArrayDataSource.java
18
public class
ArrayDataSource
<T extends JSONObject> implements DataSource {
52
public
ArrayDataSource
(String[] sortKeys) {
/external/autotest/frontend/client/src/autotest/afe/
HostSelector.java
4
import autotest.common.table.
ArrayDataSource
;
65
private
ArrayDataSource
<JSONObject> selectedHostData =
66
new
ArrayDataSource
<JSONObject>(new String[] {"hostname"});
Completed in 63 milliseconds