Home
last modified time | relevance | path

Searched refs:fromJson (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateConfigTest.java71 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()
DUpdateManagerTest.java78 UpdateConfig.fromJson(readResource(R.raw.update_config_002_stream)); in setUp()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java73 configs.add(UpdateConfig.fromJson(json)); in getUpdateConfigs()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java54 public static UpdateConfig fromJson(String json) throws JSONException { in fromJson() method in UpdateConfig