static int n_GetCurrentRetryCount(IntPtr jnienv, IntPtr native__this)
 {
     global::MoPub.Volley.IRetryPolicy __this = global::Java.Lang.Object.GetObject <global::MoPub.Volley.IRetryPolicy> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.CurrentRetryCount);
 }
 static void n_Retry_Lcom_mopub_volley_VolleyError_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::MoPub.Volley.IRetryPolicy __this = global::Java.Lang.Object.GetObject <global::MoPub.Volley.IRetryPolicy> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::MoPub.Volley.VolleyError  p0     = global::Java.Lang.Object.GetObject <global::MoPub.Volley.VolleyError> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Retry(p0);
 }