public void a_(d dVar, Map map, Uri uri, WebView webView) {
   HashMap b = AdUtil.b(uri);
   if (b == null) {
     b.e("An error occurred while parsing the message parameters.");
   } else {
     String a = a(uri, b);
     if (a == null) {
       b.e("An error occurred while parsing the message.");
     } else {
       n nVar = (n) map.get(a);
       if (nVar == null) {
         b.e("No AdResponse found, <message: " + a + ">");
       } else {
         nVar.a(dVar, b, webView);
       }
     }
   }
 }