static void n_CancelAll_Ljava_lang_Object_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::MoPub.Volley.RequestQueue __this = global::Java.Lang.Object.GetObject <global::MoPub.Volley.RequestQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Object          p0     = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.CancelAll(p0);
 }
 static void n_CancelAll_Lcom_mopub_volley_RequestQueue_RequestFilter_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::MoPub.Volley.RequestQueue __this            = global::Java.Lang.Object.GetObject <global::MoPub.Volley.RequestQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::MoPub.Volley.RequestQueue.IRequestFilter p0 = (global::MoPub.Volley.RequestQueue.IRequestFilter)global::Java.Lang.Object.GetObject <global::MoPub.Volley.RequestQueue.IRequestFilter> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.CancelAll(p0);
 }