Esempio n. 1
0
 static void n_Init_JLandroid_os_Bundle_(IntPtr jnienv, IntPtr native__this, long p0, IntPtr native_p1)
 {
     global::Com.Baidu.Platform.Comjni.Map.Commonmemcache.JNICommonMemCache __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Platform.Comjni.Map.Commonmemcache.JNICommonMemCache> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.OS.Bundle p1 = global::Java.Lang.Object.GetObject <global::Android.OS.Bundle> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.Init(p0, p1);
 }
Esempio n. 2
0
 static long n_Create(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Baidu.Platform.Comjni.Map.Commonmemcache.JNICommonMemCache __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Platform.Comjni.Map.Commonmemcache.JNICommonMemCache> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Create());
 }
 static void n_Init_J(IntPtr jnienv, IntPtr native__this, long p0)
 {
     global::Com.Baidu.Platform.Comjni.Map.Commonmemcache.JNICommonMemCache __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Platform.Comjni.Map.Commonmemcache.JNICommonMemCache> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Init(p0);
 }