public void notifyCalled(String jsonResult) {
   assert !hasValue();
   mJsonResult = jsonResult;
   notifyCalled();
 }