Searched refs:fromJson (Results 1 – 4 of 4) sorted by relevance
71 UpdateConfig config = UpdateConfig.fromJson(JSON_NON_STREAMING); in fromJson_parsesNonStreaming()82 UpdateConfig config = UpdateConfig.fromJson(mJsonStreaming001); in fromJson_parsesStreaming()95 UpdateConfig config = UpdateConfig.fromJson(mJsonStreaming001); in getUpdatePackageFile_throwsErrorIfStreaming()108 UpdateConfig config = UpdateConfig.fromJson(json); in getUpdatePackageFile_throwsErrorIfNotAFile()115 UpdateConfig c = UpdateConfig.fromJson(JSON_NON_STREAMING); in getUpdatePackageFile_works()
78 UpdateConfig.fromJson(readResource(R.raw.update_config_002_stream)); in setUp()
73 configs.add(UpdateConfig.fromJson(json)); in getUpdateConfigs()
54 public static UpdateConfig fromJson(String json) throws JSONException { in fromJson() method in UpdateConfig