HomeSort by relevance Sort by last modified time
    Searched refs:fromJson (Results 1 - 25 of 26) sorted by null

1 2

  /external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
OkHttpContributors.java 35 List<Contributor> contributors = GSON.fromJson(isr, CONTRIBUTORS.getType());
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
AccountTest.java 43 final Account a = Account.fromJson(json);
100 final Account after = Account.fromJson(before.toJson());
HostAuthTests.java 236 final HostAuth ha = HostAuth.fromJson(json);
270 final HostAuth after = HostAuth.fromJson(before.toJson());
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
SimpleBackupSharedPreference.java 73 public static BackupSharedPreference fromJson(final JSONObject json) throws JSONException {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_braille.js 68 cvox.NavBraille.fromJson = function(json) {
74 text: cvox.Spannable.fromJson(json.spannable),
spannable.js 312 cvox.Spannable.fromJson = function(obj) {
328 var value = serializeInfo.fromJson(span.value);
339 * @param {function(!Object): !Object} fromJson A function that converts
346 constructor, name, fromJson, toJson) {
348 fromJson: fromJson, toJson: toJson};
369 obj.fromJson = function(obj) {
379 * fromJson: function(!Object): !Object,
spannable_test.js 21 NonStatelessSerializableSpan.fromJson = function(obj) {
54 NonStatelessSerializableSpan.fromJson,
466 var thawn = cvox.Spannable.fromJson(fresh.toJson());
braille_util.js 95 cvox.BrailleUtil.ValueSpan.fromJson = function(obj) {
112 cvox.BrailleUtil.ValueSpan.fromJson,
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/recipeassistant/
Recipe.java 63 public static Recipe fromJson(Context context, JSONObject json) {
RecipeActivity.java 89 mRecipe = Recipe.fromJson(this, jsonObject);
  /development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 63 public static Recipe fromJson(Context context, JSONObject json) {
RecipeActivity.java 89 mRecipe = Recipe.fromJson(this, jsonObject);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 786 return fromJson(json);
793 protected static Account fromJson(final JSONObject json) {
802 a.mHostAuthRecv = HostAuth.fromJson(recvJson);
805 a.mHostAuthSend = HostAuth.fromJson(sendJson);
    [all...]
Credential.java 186 protected static Credential fromJson(final JSONObject json) {
HostAuth.java 277 protected static HostAuth fromJson(final JSONObject json) {
290 h.mCredential = Credential.fromJson(credJson);
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/quiz/
MainActivity.java 226 public static Question fromJson(JSONObject questionObject, int questionIndex)
264 Question question = Question.fromJson(questionObject, mQuestionIndex++);
  /development/samples/wearable/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 226 public static Question fromJson(JSONObject questionObject, int questionIndex)
264 Question question = Question.fromJson(questionObject, mQuestionIndex++);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_background.js 173 this.lastContent_ = cvox.NavBraille.fromJson(msg['params']);
  /libcore/benchmarks/libs/
caliper.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js 52 cvox.KeyMap.fromDefaults=function(){return cvox.KeyMap.fromPath(cvox.KeyMap.KEYMAP_PATH+cvox.KeyMap.AVAILABLE_MAP_INFO.keymap_classic.file)};cvox.KeyMap.fromJSON=function(a){try{var b=JSON.parse(a).bindings,b=b.filter(function(a){return void 0===a.sequence.platformFilter||cvox.PlatformUtil.matchesPlatform(a.sequence.platformFilter)})}catch(c){return null}if("object"!=typeof b)return null;for(a=0;a<b.length;a++){if(void 0==b[a].command||void 0==b[a].sequence)return null;b[a].sequence=cvox.KeySequence.deserialize(b[a].sequence)}return new cvox.KeyMap(b)};
53 cvox.KeyMap.fromLocalStorage=function(){return localStorage.keyBindings?cvox.KeyMap.fromJSON(localStorage.keyBindings):null};cvox.KeyMap.fromPath=function(a){return cvox.KeyMap.fromJSON(cvox.KeyMap.readJSON_(a))};cvox.KeyMap.fromCurrentKeyMap=function(){var a=localStorage.currentKeyMap;return a&&cvox.KeyMap.AVAILABLE_MAP_INFO[a]?cvox.KeyMap.fromPath(cvox.KeyMap.KEYMAP_PATH+cvox.KeyMap.AVAILABLE_MAP_INFO[a].file):cvox.KeyMap.fromDefaults()};
    [all...]
chromeVoxChromePageScript.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 571 milliseconds

1 2