| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // This code was generated by a tool. |
| | | // |
| | | // Changes to this file may cause incorrect behavior and will be lost if |
| | | // the code is regenerated. |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | #nullable restore |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using Android.Runtime; |
| | |
| | | set { |
| | | const string __id = "currentVersion.Ljava/lang/String;"; |
| | | |
| | | IntPtr native_value = JNIEnv.NewString (value); |
| | | IntPtr native_value = JNIEnv.NewString ((string)value); |
| | | try { |
| | | _members.InstanceFields.SetValue (__id, this, new JniObjectReference (native_value)); |
| | | } finally { |
| | |
| | | set { |
| | | const string __id = "oatDir.Ljava/lang/String;"; |
| | | |
| | | IntPtr native_value = JNIEnv.NewString (value); |
| | | IntPtr native_value = JNIEnv.NewString ((string)value); |
| | | try { |
| | | _members.InstanceFields.SetValue (__id, this, new JniObjectReference (native_value)); |
| | | } finally { |
| | |
| | | static Delegate GetGetPackageConfigByName_Ljava_lang_String_Handler () |
| | | { |
| | | if (cb_getPackageConfigByName_Ljava_lang_String_ == null) |
| | | cb_getPackageConfigByName_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_L) n_GetPackageConfigByName_Ljava_lang_String_); |
| | | cb_getPackageConfigByName_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_L (n_GetPackageConfigByName_Ljava_lang_String_)); |
| | | return cb_getPackageConfigByName_Ljava_lang_String_; |
| | | } |
| | | |
| | |
| | | public virtual unsafe string GetPackageConfigByName (string name) |
| | | { |
| | | const string __id = "getPackageConfigByName.(Ljava/lang/String;)Ljava/lang/String;"; |
| | | IntPtr native_name = JNIEnv.NewString (name); |
| | | IntPtr native_name = JNIEnv.NewString ((string)name); |
| | | try { |
| | | JniArgumentValue* __args = stackalloc JniArgumentValue [1]; |
| | | __args [0] = new JniArgumentValue (native_name); |
| | |
| | | static Delegate GetParseTinkerResult_Landroid_content_Context_Landroid_content_Intent_Handler () |
| | | { |
| | | if (cb_parseTinkerResult_Landroid_content_Context_Landroid_content_Intent_ == null) |
| | | cb_parseTinkerResult_Landroid_content_Context_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPLL_Z) n_ParseTinkerResult_Landroid_content_Context_Landroid_content_Intent_); |
| | | cb_parseTinkerResult_Landroid_content_Context_Landroid_content_Intent_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPLL_Z (n_ParseTinkerResult_Landroid_content_Context_Landroid_content_Intent_)); |
| | | return cb_parseTinkerResult_Landroid_content_Context_Landroid_content_Intent_; |
| | | } |
| | | |