コード例 #1
0
 public static unsafe void 鷭(global::Com.Qcl.VH.A.C.廅 p0, global::Android.Content.ContentValues p1)
 {
     if (id_鷭_Lcom_qcl_vh_a_c_廅_Landroid_content_ContentValues_ == IntPtr.Zero)
     {
         id_鷭_Lcom_qcl_vh_a_c_廅_Landroid_content_ContentValues_ = JNIEnv.GetStaticMethodID(class_ref, "鷭", "(Lcom/qcl/vh/a/c/廅;Landroid/content/ContentValues;)V");
     }
     try {
         JValue *__args = stackalloc JValue [2];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         JNIEnv.CallStaticVoidMethod(class_ref, id_鷭_Lcom_qcl_vh_a_c_廅_Landroid_content_ContentValues_, __args);
     } finally {
     }
 }
コード例 #2
0
 public static unsafe global::Com.Qcl.VH.A.C.廅 鷭(global::Android.Database.ICursor p0)
 {
     if (id_鷭_Landroid_database_Cursor_ == IntPtr.Zero)
     {
         id_鷭_Landroid_database_Cursor_ = JNIEnv.GetStaticMethodID(class_ref, "鷭", "(Landroid/database/Cursor;)Lcom/qcl/vh/a/c/廅;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Qcl.VH.A.C.廅 __ret = global::Java.Lang.Object.GetObject <global::Com.Qcl.VH.A.C.廅> (JNIEnv.CallStaticObjectMethod(class_ref, id_鷭_Landroid_database_Cursor_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
コード例 #3
0
        public static unsafe global::Android.Net.Uri EncryptAndSaveReading(global::Android.Content.Context p0, global::Javax.Crypto.Spec.SecretKeySpec p1, byte[] p2, long p3, string p4, global::Com.Qcl.VH.Content.ˮ͈ p5, global::Com.Qcl.VH.A.C.廅 p6, long p7, bool p8)
        {
            if (id_encryptAndSaveReading_Landroid_content_Context_Ljavax_crypto_spec_SecretKeySpec_arrayBJLjava_lang_String_Lcom_qcl_vh_content_ˮ͈_Lcom_qcl_vh_a_c_廅_JZ == IntPtr.Zero)
            {
                id_encryptAndSaveReading_Landroid_content_Context_Ljavax_crypto_spec_SecretKeySpec_arrayBJLjava_lang_String_Lcom_qcl_vh_content_ˮ͈_Lcom_qcl_vh_a_c_廅_JZ = JNIEnv.GetStaticMethodID(class_ref, "encryptAndSaveReading", "(Landroid/content/Context;Ljavax/crypto/spec/SecretKeySpec;[BJLjava/lang/String;Lcom/qcl/vh/content/ˮ͈;Lcom/qcl/vh/a/c/廅;JZ)Landroid/net/Uri;");
            }
            IntPtr native_p2 = JNIEnv.NewArray(p2);
            IntPtr native_p4 = JNIEnv.NewString(p4);

            try {
                JValue *__args = stackalloc JValue [9];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);
                __args [2] = new JValue(native_p2);
                __args [3] = new JValue(p3);
                __args [4] = new JValue(native_p4);
                __args [5] = new JValue(p5);
                __args [6] = new JValue(p6);
                __args [7] = new JValue(p7);
                __args [8] = new JValue(p8);
                global::Android.Net.Uri __ret = global::Java.Lang.Object.GetObject <global::Android.Net.Uri> (JNIEnv.CallStaticObjectMethod(class_ref, id_encryptAndSaveReading_Landroid_content_Context_Ljavax_crypto_spec_SecretKeySpec_arrayBJLjava_lang_String_Lcom_qcl_vh_content_ˮ͈_Lcom_qcl_vh_a_c_廅_JZ, __args), JniHandleOwnership.TransferLocalRef);
                return(__ret);
            } finally {
                if (p2 != null)
                {
                    JNIEnv.CopyArray(native_p2, p2);
                    JNIEnv.DeleteLocalRef(native_p2);
                }
                JNIEnv.DeleteLocalRef(native_p4);
            }
        }
コード例 #4
0
        public static unsafe global::Android.Net.Uri SaveEncryptedReading(global::Android.Content.Context p0, long p1, string p2, byte[] p3, byte[] p4, byte[] p5, byte[] p6, global::Com.Qcl.VH.A.C.廅 p7, long p8)
        {
            if (id_saveEncryptedReading_Landroid_content_Context_JLjava_lang_String_arrayBarrayBarrayBarrayBLcom_qcl_vh_a_c_廅_J == IntPtr.Zero)
            {
                id_saveEncryptedReading_Landroid_content_Context_JLjava_lang_String_arrayBarrayBarrayBarrayBLcom_qcl_vh_a_c_廅_J = JNIEnv.GetStaticMethodID(class_ref, "saveEncryptedReading", "(Landroid/content/Context;JLjava/lang/String;[B[B[B[BLcom/qcl/vh/a/c/廅;J)Landroid/net/Uri;");
            }
            IntPtr native_p2 = JNIEnv.NewString(p2);
            IntPtr native_p3 = JNIEnv.NewArray(p3);
            IntPtr native_p4 = JNIEnv.NewArray(p4);
            IntPtr native_p5 = JNIEnv.NewArray(p5);
            IntPtr native_p6 = JNIEnv.NewArray(p6);

            try {
                JValue *__args = stackalloc JValue [9];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);
                __args [2] = new JValue(native_p2);
                __args [3] = new JValue(native_p3);
                __args [4] = new JValue(native_p4);
                __args [5] = new JValue(native_p5);
                __args [6] = new JValue(native_p6);
                __args [7] = new JValue(p7);
                __args [8] = new JValue(p8);
                global::Android.Net.Uri __ret = global::Java.Lang.Object.GetObject <global::Android.Net.Uri> (JNIEnv.CallStaticObjectMethod(class_ref, id_saveEncryptedReading_Landroid_content_Context_JLjava_lang_String_arrayBarrayBarrayBarrayBLcom_qcl_vh_a_c_廅_J, __args), JniHandleOwnership.TransferLocalRef);
                return(__ret);
            } finally {
                JNIEnv.DeleteLocalRef(native_p2);
                if (p3 != null)
                {
                    JNIEnv.CopyArray(native_p3, p3);
                    JNIEnv.DeleteLocalRef(native_p3);
                }
                if (p4 != null)
                {
                    JNIEnv.CopyArray(native_p4, p4);
                    JNIEnv.DeleteLocalRef(native_p4);
                }
                if (p5 != null)
                {
                    JNIEnv.CopyArray(native_p5, p5);
                    JNIEnv.DeleteLocalRef(native_p5);
                }
                if (p6 != null)
                {
                    JNIEnv.CopyArray(native_p6, p6);
                    JNIEnv.DeleteLocalRef(native_p6);
                }
            }
        }