static void n_EnableBackgroundLocation_ILandroid_app_Notification_(IntPtr jnienv, IntPtr native__this, int p0, IntPtr native_p1)
 {
     global::Com.Amap.Api.Location.ILocationManagerBase __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Location.ILocationManagerBase> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.App.Notification p1 = global::Java.Lang.Object.GetObject <global::Android.App.Notification> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.EnableBackgroundLocation(p0, p1);
 }