public void requestInterstitialAd(
     Context context,
     MediationInterstitialListener mediationinterstitiallistener,
     Bundle bundle,
     MediationAdRequest mediationadrequest,
     Bundle bundle1) {
   zzJH = (CustomEventInterstitial) zzj(bundle.getString("class_name"));
   if (zzJH == null) {
     mediationinterstitiallistener.onAdFailedToLoad(this, 0);
     return;
   }
   if (bundle1 == null) {
     bundle1 = null;
   } else {
     bundle1 = bundle1.getBundle(bundle.getString("class_name"));
   }
   zzJH.requestInterstitialAd(
       context,
       zza(mediationinterstitiallistener),
       bundle.getString("parameter"),
       mediationadrequest,
       bundle1);
 }
 public void onAdFailedToLoad(int i) {
   com.google.android.gms.ads.internal.util.client.zzb.zzaC(
       "Custom event adapter called onFailedToReceiveAd.");
   zzaR.onAdFailedToLoad(zzJJ, i);
 }