Searched refs:ab (Results 1 – 1 of 1) sorted by relevance
73 JSONObject ab = o.getJSONObject("ab_config"); in fromJson() local74 boolean forceSwitchSlot = ab.getBoolean("force_switch_slot"); in fromJson()75 boolean verifyPayloadMetadata = ab.getBoolean("verify_payload_metadata"); in fromJson()77 if (ab.has("property_files")) { in fromJson()78 JSONArray propertyFilesJson = ab.getJSONArray("property_files"); in fromJson()87 String authorization = ab.optString("authorization", null); in fromJson()