static bool n_OnUnBind_Landroid_content_Intent_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Baidu.Location.ILLSInterface __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Location.ILLSInterface> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Intent           p0     = global::Java.Lang.Object.GetObject <global::Android.Content.Intent> (native_p0, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.OnUnBind(p0);

            return(__ret);
        }
        static int n_OnStartCommand_Landroid_content_Intent_II(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2)
        {
            global::Com.Baidu.Location.ILLSInterface __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Location.ILLSInterface> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Intent           p0     = global::Java.Lang.Object.GetObject <global::Android.Content.Intent> (native_p0, JniHandleOwnership.DoNotTransfer);
            int __ret = __this.OnStartCommand(p0, p1, p2);

            return(__ret);
        }
 static double n_GetVersion(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Baidu.Location.ILLSInterface __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Location.ILLSInterface> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Version);
 }
 static void n_OnDestroy(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Baidu.Location.ILLSInterface __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Location.ILLSInterface> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnDestroy();
 }
 static void n_OnCreate_Landroid_content_Context_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Baidu.Location.ILLSInterface __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Location.ILLSInterface> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Content.Context          p0     = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnCreate(p0);
 }