HomeSort by relevance Sort by last modified time
    Searched refs:JSONString (Results 26 - 45 of 45) sorted by null

12

  /external/autotest/frontend/client/src/autotest/moblab/
CredentialsUploadView.java 11 import com.google.gwt.json.client.JSONString;
100 params.put(uploadInfo.rpcArgName, new JSONString(fileName));
ConfigSettingsView.java 14 import com.google.gwt.json.client.JSONString;
99 configValuePair.set(0, new JSONString(configValue.getKey()));
100 configValuePair.set(1, new JSONString(configValue.getValue().getText()));
  /external/autotest/frontend/client/src/autotest/tko/
TkoUtils.java 13 import com.google.gwt.json.client.JSONString;
50 params.put("extra_where", new JSONString(condition));
SavedQueriesControl.java 19 import com.google.gwt.json.client.JSONString;
105 args.put("owner", new JSONString(staticData.getCurrentUserLogin()));
149 args.put("name", new JSONString(addQueryDialog.widget.getText()));
150 args.put("url_token", new JSONString(CustomHistory.getLastHistoryToken().toString()));
TestLabelManager.java 13 import com.google.gwt.json.client.JSONString;
177 args.put("name", new JSONString(name));
196 args.put("label_id", new JSONString(label));
ContentSelect.java 16 import com.google.gwt.json.client.JSONString;
101 extraInfo.set(extraInfo.size(), new JSONString(contentSelect.getValue(i)));
CommonPanel.java 11 import com.google.gwt.json.client.JSONString;
177 conditionArgs.put(key, new JSONString(value));
TestDetailView.java 17 import com.google.gwt.json.client.JSONString;
84 params.put("path", new JSONString(getLogUrl()));
SpreadsheetView.java 29 import com.google.gwt.json.client.JSONString;
263 args.put("extra_where", new JSONString(condition));
  /external/autotest/frontend/client/src/autotest/afe/
JobListView.java 21 import com.google.gwt.json.client.JSONString;
108 params.put("created_on__gt", new JSONString(start_time));
115 params.put("created_on__lt", new JSONString(end_time));
JobDetailView.java 30 import com.google.gwt.json.client.JSONString;
414 queueEntryFilterData.put("extra_where", new JSONString(sql));
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 10 import com.google.gwt.json.client.JSONString;
36 * </code> of <code>JSONString</code>s.
41 result.set(result.size(), new JSONString(s));
87 result.put(entry.getKey(), new JSONString(entry.getValue()));
216 JSONString string;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java     [all...]
Test.java 26 * Obj is a typical class that implements JSONString. It also
31 class Obj implements JSONString {
198 j.put("Testing JSONString interface", obj);
  /external/robolectric/v1/lib/main/
json-20080701.jar 
  /external/robolectric/v3/runtime/
json-20080701.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20080701/
json-20080701.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20141113/
json-20141113.jar 
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1057 milliseconds

12