static IntPtr n_GetSpotifyBestPackageName_Landroid_content_Context_(IntPtr jnienv, IntPtr native__this, IntPtr native_context)
        {
            global::Com.Spotify.Android.Appremote.Internal.SpotifyLocator __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Internal.SpotifyLocator> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Context context = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_context, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.NewString(__this.GetSpotifyBestPackageName(context));

            return(__ret);
        }
        static bool n_IsSpotifyInstalled_Landroid_content_Context_(IntPtr jnienv, IntPtr native__this, IntPtr native_context)
        {
            global::Com.Spotify.Android.Appremote.Internal.SpotifyLocator __this = global::Java.Lang.Object.GetObject <global::Com.Spotify.Android.Appremote.Internal.SpotifyLocator> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Context context = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_context, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.IsSpotifyInstalled(context);

            return(__ret);
        }