Home
last modified time | relevance | path

Searched defs:json (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java71 String json = new String(Files.readAllBytes(f.toPath()), in getUpdateConfigs() local
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateConfigTest.java102 String json = "{" in getUpdatePackageFile_throwsErrorIfNotAFile() local
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java54 public static UpdateConfig fromJson(String json) throws JSONException { in fromJson()