static void n_ResumeRequests(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Manager.RequestTracker __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Manager.RequestTracker> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ResumeRequests();
 }