Beispiel #1
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::javax.security.cert.Certificate.staticClass        = @__env.NewGlobalRef(@__env.FindClass("javax/security/cert/Certificate"));
     global::javax.security.cert.Certificate._equals16063       = @__env.GetMethodIDNoThrow(global::javax.security.cert.Certificate.staticClass, "equals", "(Ljava/lang/Object;)Z");
     global::javax.security.cert.Certificate._toString16064     = @__env.GetMethodIDNoThrow(global::javax.security.cert.Certificate.staticClass, "toString", "()Ljava/lang/String;");
     global::javax.security.cert.Certificate._hashCode16065     = @__env.GetMethodIDNoThrow(global::javax.security.cert.Certificate.staticClass, "hashCode", "()I");
     global::javax.security.cert.Certificate._getEncoded16066   = @__env.GetMethodIDNoThrow(global::javax.security.cert.Certificate.staticClass, "getEncoded", "()[B");
     global::javax.security.cert.Certificate._verify16067       = @__env.GetMethodIDNoThrow(global::javax.security.cert.Certificate.staticClass, "verify", "(Ljava/security/PublicKey;)V");
     global::javax.security.cert.Certificate._verify16068       = @__env.GetMethodIDNoThrow(global::javax.security.cert.Certificate.staticClass, "verify", "(Ljava/security/PublicKey;Ljava/lang/String;)V");
     global::javax.security.cert.Certificate._getPublicKey16069 = @__env.GetMethodIDNoThrow(global::javax.security.cert.Certificate.staticClass, "getPublicKey", "()Ljava/security/PublicKey;");
     global::javax.security.cert.Certificate._Certificate16070  = @__env.GetMethodIDNoThrow(global::javax.security.cert.Certificate.staticClass, "<init>", "()V");
 }
Beispiel #2
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.hardware.GeomagneticField.staticClass                = @__env.NewGlobalRef(@__env.FindClass("android/hardware/GeomagneticField"));
     global::android.hardware.GeomagneticField._getY4356                  = @__env.GetMethodIDNoThrow(global::android.hardware.GeomagneticField.staticClass, "getY", "()F");
     global::android.hardware.GeomagneticField._getX4357                  = @__env.GetMethodIDNoThrow(global::android.hardware.GeomagneticField.staticClass, "getX", "()F");
     global::android.hardware.GeomagneticField._getZ4358                  = @__env.GetMethodIDNoThrow(global::android.hardware.GeomagneticField.staticClass, "getZ", "()F");
     global::android.hardware.GeomagneticField._getDeclination4359        = @__env.GetMethodIDNoThrow(global::android.hardware.GeomagneticField.staticClass, "getDeclination", "()F");
     global::android.hardware.GeomagneticField._getInclination4360        = @__env.GetMethodIDNoThrow(global::android.hardware.GeomagneticField.staticClass, "getInclination", "()F");
     global::android.hardware.GeomagneticField._getHorizontalStrength4361 = @__env.GetMethodIDNoThrow(global::android.hardware.GeomagneticField.staticClass, "getHorizontalStrength", "()F");
     global::android.hardware.GeomagneticField._getFieldStrength4362      = @__env.GetMethodIDNoThrow(global::android.hardware.GeomagneticField.staticClass, "getFieldStrength", "()F");
     global::android.hardware.GeomagneticField._GeomagneticField4363      = @__env.GetMethodIDNoThrow(global::android.hardware.GeomagneticField.staticClass, "<init>", "(FFFJ)V");
 }
Beispiel #3
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.util.Xml.staticClass             = @__env.NewGlobalRef(@__env.FindClass("android/util/Xml"));
     global::android.util.Xml._parse8663              = @__env.GetStaticMethodIDNoThrow(global::android.util.Xml.staticClass, "parse", "(Ljava/lang/String;Lorg/xml/sax/ContentHandler;)V");
     global::android.util.Xml._parse8664              = @__env.GetStaticMethodIDNoThrow(global::android.util.Xml.staticClass, "parse", "(Ljava/io/Reader;Lorg/xml/sax/ContentHandler;)V");
     global::android.util.Xml._parse8665              = @__env.GetStaticMethodIDNoThrow(global::android.util.Xml.staticClass, "parse", "(Ljava/io/InputStream;Landroid/util/Xml$Encoding;Lorg/xml/sax/ContentHandler;)V");
     global::android.util.Xml._newPullParser8666      = @__env.GetStaticMethodIDNoThrow(global::android.util.Xml.staticClass, "newPullParser", "()Lorg/xmlpull/v1/XmlPullParser;");
     global::android.util.Xml._newSerializer8667      = @__env.GetStaticMethodIDNoThrow(global::android.util.Xml.staticClass, "newSerializer", "()Lorg/xmlpull/v1/XmlSerializer;");
     global::android.util.Xml._findEncodingByName8668 = @__env.GetStaticMethodIDNoThrow(global::android.util.Xml.staticClass, "findEncodingByName", "(Ljava/lang/String;)Landroid/util/Xml$Encoding;");
     global::android.util.Xml._asAttributeSet8669     = @__env.GetStaticMethodIDNoThrow(global::android.util.Xml.staticClass, "asAttributeSet", "(Lorg/xmlpull/v1/XmlPullParser;)Landroid/util/AttributeSet;");
     global::android.util.Xml._Xml8670 = @__env.GetMethodIDNoThrow(global::android.util.Xml.staticClass, "<init>", "()V");
 }
Beispiel #4
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.widget.AlphabetIndexer.staticClass                 = @__env.NewGlobalRef(@__env.FindClass("android/widget/AlphabetIndexer"));
     global::android.widget.AlphabetIndexer._compare10901               = @__env.GetMethodIDNoThrow(global::android.widget.AlphabetIndexer.staticClass, "compare", "(Ljava/lang/String;Ljava/lang/String;)I");
     global::android.widget.AlphabetIndexer._setCursor10902             = @__env.GetMethodIDNoThrow(global::android.widget.AlphabetIndexer.staticClass, "setCursor", "(Landroid/database/Cursor;)V");
     global::android.widget.AlphabetIndexer._onChanged10903             = @__env.GetMethodIDNoThrow(global::android.widget.AlphabetIndexer.staticClass, "onChanged", "()V");
     global::android.widget.AlphabetIndexer._onInvalidated10904         = @__env.GetMethodIDNoThrow(global::android.widget.AlphabetIndexer.staticClass, "onInvalidated", "()V");
     global::android.widget.AlphabetIndexer._getSections10905           = @__env.GetMethodIDNoThrow(global::android.widget.AlphabetIndexer.staticClass, "getSections", "()[Ljava/lang/Object;");
     global::android.widget.AlphabetIndexer._getPositionForSection10906 = @__env.GetMethodIDNoThrow(global::android.widget.AlphabetIndexer.staticClass, "getPositionForSection", "(I)I");
     global::android.widget.AlphabetIndexer._getSectionForPosition10907 = @__env.GetMethodIDNoThrow(global::android.widget.AlphabetIndexer.staticClass, "getSectionForPosition", "(I)I");
     global::android.widget.AlphabetIndexer._AlphabetIndexer10908       = @__env.GetMethodIDNoThrow(global::android.widget.AlphabetIndexer.staticClass, "<init>", "(Landroid/database/Cursor;ILjava/lang/CharSequence;)V");
 }
Beispiel #5
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.webkit.WebStorage.staticClass             = @__env.NewGlobalRef(@__env.FindClass("android/webkit/WebStorage"));
     global::android.webkit.WebStorage._getInstance10547       = @__env.GetStaticMethodIDNoThrow(global::android.webkit.WebStorage.staticClass, "getInstance", "()Landroid/webkit/WebStorage;");
     global::android.webkit.WebStorage._getOrigins10548        = @__env.GetMethodIDNoThrow(global::android.webkit.WebStorage.staticClass, "getOrigins", "(Landroid/webkit/ValueCallback;)V");
     global::android.webkit.WebStorage._getUsageForOrigin10549 = @__env.GetMethodIDNoThrow(global::android.webkit.WebStorage.staticClass, "getUsageForOrigin", "(Ljava/lang/String;Landroid/webkit/ValueCallback;)V");
     global::android.webkit.WebStorage._getQuotaForOrigin10550 = @__env.GetMethodIDNoThrow(global::android.webkit.WebStorage.staticClass, "getQuotaForOrigin", "(Ljava/lang/String;Landroid/webkit/ValueCallback;)V");
     global::android.webkit.WebStorage._setQuotaForOrigin10551 = @__env.GetMethodIDNoThrow(global::android.webkit.WebStorage.staticClass, "setQuotaForOrigin", "(Ljava/lang/String;J)V");
     global::android.webkit.WebStorage._deleteOrigin10552      = @__env.GetMethodIDNoThrow(global::android.webkit.WebStorage.staticClass, "deleteOrigin", "(Ljava/lang/String;)V");
     global::android.webkit.WebStorage._deleteAllData10553     = @__env.GetMethodIDNoThrow(global::android.webkit.WebStorage.staticClass, "deleteAllData", "()V");
     global::android.webkit.WebStorage._WebStorage10554        = @__env.GetMethodIDNoThrow(global::android.webkit.WebStorage.staticClass, "<init>", "()V");
 }
Beispiel #6
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::org.xml.sax.SAXException.staticClass        = @__env.NewGlobalRef(@__env.FindClass("org/xml/sax/SAXException"));
     global::org.xml.sax.SAXException._getCause16523     = @__env.GetMethodIDNoThrow(global::org.xml.sax.SAXException.staticClass, "getCause", "()Ljava/lang/Throwable;");
     global::org.xml.sax.SAXException._toString16524     = @__env.GetMethodIDNoThrow(global::org.xml.sax.SAXException.staticClass, "toString", "()Ljava/lang/String;");
     global::org.xml.sax.SAXException._getMessage16525   = @__env.GetMethodIDNoThrow(global::org.xml.sax.SAXException.staticClass, "getMessage", "()Ljava/lang/String;");
     global::org.xml.sax.SAXException._getException16526 = @__env.GetMethodIDNoThrow(global::org.xml.sax.SAXException.staticClass, "getException", "()Ljava/lang/Exception;");
     global::org.xml.sax.SAXException._SAXException16527 = @__env.GetMethodIDNoThrow(global::org.xml.sax.SAXException.staticClass, "<init>", "(Ljava/lang/String;)V");
     global::org.xml.sax.SAXException._SAXException16528 = @__env.GetMethodIDNoThrow(global::org.xml.sax.SAXException.staticClass, "<init>", "(Ljava/lang/Exception;)V");
     global::org.xml.sax.SAXException._SAXException16529 = @__env.GetMethodIDNoThrow(global::org.xml.sax.SAXException.staticClass, "<init>", "(Ljava/lang/String;Ljava/lang/Exception;)V");
     global::org.xml.sax.SAXException._SAXException16530 = @__env.GetMethodIDNoThrow(global::org.xml.sax.SAXException.staticClass, "<init>", "()V");
 }
Beispiel #7
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::java.util.Dictionary.staticClass      = @__env.NewGlobalRef(@__env.FindClass("java/util/Dictionary"));
     global::java.util.Dictionary._get15392        = @__env.GetMethodIDNoThrow(global::java.util.Dictionary.staticClass, "get", "(Ljava/lang/Object;)Ljava/lang/Object;");
     global::java.util.Dictionary._put15393        = @__env.GetMethodIDNoThrow(global::java.util.Dictionary.staticClass, "put", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;");
     global::java.util.Dictionary._isEmpty15394    = @__env.GetMethodIDNoThrow(global::java.util.Dictionary.staticClass, "isEmpty", "()Z");
     global::java.util.Dictionary._size15395       = @__env.GetMethodIDNoThrow(global::java.util.Dictionary.staticClass, "size", "()I");
     global::java.util.Dictionary._remove15396     = @__env.GetMethodIDNoThrow(global::java.util.Dictionary.staticClass, "remove", "(Ljava/lang/Object;)Ljava/lang/Object;");
     global::java.util.Dictionary._elements15397   = @__env.GetMethodIDNoThrow(global::java.util.Dictionary.staticClass, "elements", "()Ljava/util/Enumeration;");
     global::java.util.Dictionary._keys15398       = @__env.GetMethodIDNoThrow(global::java.util.Dictionary.staticClass, "keys", "()Ljava/util/Enumeration;");
     global::java.util.Dictionary._Dictionary15399 = @__env.GetMethodIDNoThrow(global::java.util.Dictionary.staticClass, "<init>", "()V");
 }
Beispiel #8
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.os.IBinder_.staticClass = @__env.NewGlobalRef(@__env.FindClass("android/os/IBinder"));
     global::android.os.IBinder_._dump6462   = @__env.GetMethodIDNoThrow(global::android.os.IBinder_.staticClass, "dump", "(Ljava/io/FileDescriptor;[Ljava/lang/String;)V");
     global::android.os.IBinder_._getInterfaceDescriptor6463 = @__env.GetMethodIDNoThrow(global::android.os.IBinder_.staticClass, "getInterfaceDescriptor", "()Ljava/lang/String;");
     global::android.os.IBinder_._pingBinder6464             = @__env.GetMethodIDNoThrow(global::android.os.IBinder_.staticClass, "pingBinder", "()Z");
     global::android.os.IBinder_._isBinderAlive6465          = @__env.GetMethodIDNoThrow(global::android.os.IBinder_.staticClass, "isBinderAlive", "()Z");
     global::android.os.IBinder_._queryLocalInterface6466    = @__env.GetMethodIDNoThrow(global::android.os.IBinder_.staticClass, "queryLocalInterface", "(Ljava/lang/String;)Landroid/os/IInterface;");
     global::android.os.IBinder_._transact6467      = @__env.GetMethodIDNoThrow(global::android.os.IBinder_.staticClass, "transact", "(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z");
     global::android.os.IBinder_._linkToDeath6468   = @__env.GetMethodIDNoThrow(global::android.os.IBinder_.staticClass, "linkToDeath", "(Landroid/os/IBinder$DeathRecipient;I)V");
     global::android.os.IBinder_._unlinkToDeath6469 = @__env.GetMethodIDNoThrow(global::android.os.IBinder_.staticClass, "unlinkToDeath", "(Landroid/os/IBinder$DeathRecipient;I)Z");
 }
Beispiel #9
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.appwidget.AppWidgetManager.staticClass               = @__env.NewGlobalRef(@__env.FindClass("android/appwidget/AppWidgetManager"));
     global::android.appwidget.AppWidgetManager._getInstance979           = @__env.GetStaticMethodIDNoThrow(global::android.appwidget.AppWidgetManager.staticClass, "getInstance", "(Landroid/content/Context;)Landroid/appwidget/AppWidgetManager;");
     global::android.appwidget.AppWidgetManager._getAppWidgetInfo980      = @__env.GetMethodIDNoThrow(global::android.appwidget.AppWidgetManager.staticClass, "getAppWidgetInfo", "(I)Landroid/appwidget/AppWidgetProviderInfo;");
     global::android.appwidget.AppWidgetManager._updateAppWidget981       = @__env.GetMethodIDNoThrow(global::android.appwidget.AppWidgetManager.staticClass, "updateAppWidget", "(Landroid/content/ComponentName;Landroid/widget/RemoteViews;)V");
     global::android.appwidget.AppWidgetManager._updateAppWidget982       = @__env.GetMethodIDNoThrow(global::android.appwidget.AppWidgetManager.staticClass, "updateAppWidget", "([ILandroid/widget/RemoteViews;)V");
     global::android.appwidget.AppWidgetManager._updateAppWidget983       = @__env.GetMethodIDNoThrow(global::android.appwidget.AppWidgetManager.staticClass, "updateAppWidget", "(ILandroid/widget/RemoteViews;)V");
     global::android.appwidget.AppWidgetManager._getInstalledProviders984 = @__env.GetMethodIDNoThrow(global::android.appwidget.AppWidgetManager.staticClass, "getInstalledProviders", "()Ljava/util/List;");
     global::android.appwidget.AppWidgetManager._bindAppWidgetId985       = @__env.GetMethodIDNoThrow(global::android.appwidget.AppWidgetManager.staticClass, "bindAppWidgetId", "(ILandroid/content/ComponentName;)V");
     global::android.appwidget.AppWidgetManager._getAppWidgetIds986       = @__env.GetMethodIDNoThrow(global::android.appwidget.AppWidgetManager.staticClass, "getAppWidgetIds", "(Landroid/content/ComponentName;)[I");
 }
Beispiel #10
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.text.method.MovementMethod_.staticClass               = @__env.NewGlobalRef(@__env.FindClass("android/text/method/MovementMethod"));
     global::android.text.method.MovementMethod_._initialize8110           = @__env.GetMethodIDNoThrow(global::android.text.method.MovementMethod_.staticClass, "initialize", "(Landroid/widget/TextView;Landroid/text/Spannable;)V");
     global::android.text.method.MovementMethod_._onKeyDown8111            = @__env.GetMethodIDNoThrow(global::android.text.method.MovementMethod_.staticClass, "onKeyDown", "(Landroid/widget/TextView;Landroid/text/Spannable;ILandroid/view/KeyEvent;)Z");
     global::android.text.method.MovementMethod_._onKeyUp8112              = @__env.GetMethodIDNoThrow(global::android.text.method.MovementMethod_.staticClass, "onKeyUp", "(Landroid/widget/TextView;Landroid/text/Spannable;ILandroid/view/KeyEvent;)Z");
     global::android.text.method.MovementMethod_._onTouchEvent8113         = @__env.GetMethodIDNoThrow(global::android.text.method.MovementMethod_.staticClass, "onTouchEvent", "(Landroid/widget/TextView;Landroid/text/Spannable;Landroid/view/MotionEvent;)Z");
     global::android.text.method.MovementMethod_._onTrackballEvent8114     = @__env.GetMethodIDNoThrow(global::android.text.method.MovementMethod_.staticClass, "onTrackballEvent", "(Landroid/widget/TextView;Landroid/text/Spannable;Landroid/view/MotionEvent;)Z");
     global::android.text.method.MovementMethod_._onKeyOther8115           = @__env.GetMethodIDNoThrow(global::android.text.method.MovementMethod_.staticClass, "onKeyOther", "(Landroid/widget/TextView;Landroid/text/Spannable;Landroid/view/KeyEvent;)Z");
     global::android.text.method.MovementMethod_._onTakeFocus8116          = @__env.GetMethodIDNoThrow(global::android.text.method.MovementMethod_.staticClass, "onTakeFocus", "(Landroid/widget/TextView;Landroid/text/Spannable;I)V");
     global::android.text.method.MovementMethod_._canSelectArbitrarily8117 = @__env.GetMethodIDNoThrow(global::android.text.method.MovementMethod_.staticClass, "canSelectArbitrarily", "()Z");
 }
Beispiel #11
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::java.security.ProtectionDomain.staticClass            = @__env.NewGlobalRef(@__env.FindClass("java/security/ProtectionDomain"));
     global::java.security.ProtectionDomain._toString14875         = @__env.GetMethodIDNoThrow(global::java.security.ProtectionDomain.staticClass, "toString", "()Ljava/lang/String;");
     global::java.security.ProtectionDomain._getClassLoader14876   = @__env.GetMethodIDNoThrow(global::java.security.ProtectionDomain.staticClass, "getClassLoader", "()Ljava/lang/ClassLoader;");
     global::java.security.ProtectionDomain._getCodeSource14877    = @__env.GetMethodIDNoThrow(global::java.security.ProtectionDomain.staticClass, "getCodeSource", "()Ljava/security/CodeSource;");
     global::java.security.ProtectionDomain._getPrincipals14878    = @__env.GetMethodIDNoThrow(global::java.security.ProtectionDomain.staticClass, "getPrincipals", "()[Ljava/security/Principal;");
     global::java.security.ProtectionDomain._getPermissions14879   = @__env.GetMethodIDNoThrow(global::java.security.ProtectionDomain.staticClass, "getPermissions", "()Ljava/security/PermissionCollection;");
     global::java.security.ProtectionDomain._implies14880          = @__env.GetMethodIDNoThrow(global::java.security.ProtectionDomain.staticClass, "implies", "(Ljava/security/Permission;)Z");
     global::java.security.ProtectionDomain._ProtectionDomain14881 = @__env.GetMethodIDNoThrow(global::java.security.ProtectionDomain.staticClass, "<init>", "(Ljava/security/CodeSource;Ljava/security/PermissionCollection;)V");
     global::java.security.ProtectionDomain._ProtectionDomain14882 = @__env.GetMethodIDNoThrow(global::java.security.ProtectionDomain.staticClass, "<init>", "(Ljava/security/CodeSource;Ljava/security/PermissionCollection;Ljava/lang/ClassLoader;[Ljava/security/Principal;)V");
 }
Beispiel #12
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.speech.SpeechRecognizer.staticClass                 = @__env.NewGlobalRef(@__env.FindClass("android/speech/SpeechRecognizer"));
     global::android.speech.SpeechRecognizer._destroy7309                = @__env.GetMethodIDNoThrow(global::android.speech.SpeechRecognizer.staticClass, "destroy", "()V");
     global::android.speech.SpeechRecognizer._cancel7310                 = @__env.GetMethodIDNoThrow(global::android.speech.SpeechRecognizer.staticClass, "cancel", "()V");
     global::android.speech.SpeechRecognizer._startListening7311         = @__env.GetMethodIDNoThrow(global::android.speech.SpeechRecognizer.staticClass, "startListening", "(Landroid/content/Intent;)V");
     global::android.speech.SpeechRecognizer._stopListening7312          = @__env.GetMethodIDNoThrow(global::android.speech.SpeechRecognizer.staticClass, "stopListening", "()V");
     global::android.speech.SpeechRecognizer._isRecognitionAvailable7313 = @__env.GetStaticMethodIDNoThrow(global::android.speech.SpeechRecognizer.staticClass, "isRecognitionAvailable", "(Landroid/content/Context;)Z");
     global::android.speech.SpeechRecognizer._createSpeechRecognizer7314 = @__env.GetStaticMethodIDNoThrow(global::android.speech.SpeechRecognizer.staticClass, "createSpeechRecognizer", "(Landroid/content/Context;)Landroid/speech/SpeechRecognizer;");
     global::android.speech.SpeechRecognizer._createSpeechRecognizer7315 = @__env.GetStaticMethodIDNoThrow(global::android.speech.SpeechRecognizer.staticClass, "createSpeechRecognizer", "(Landroid/content/Context;Landroid/content/ComponentName;)Landroid/speech/SpeechRecognizer;");
     global::android.speech.SpeechRecognizer._setRecognitionListener7316 = @__env.GetMethodIDNoThrow(global::android.speech.SpeechRecognizer.staticClass, "setRecognitionListener", "(Landroid/speech/RecognitionListener;)V");
 }
Beispiel #13
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.text.method.DigitsKeyListener.staticClass            = @__env.NewGlobalRef(@__env.FindClass("android/text/method/DigitsKeyListener"));
     global::android.text.method.DigitsKeyListener._getInstance8063       = @__env.GetStaticMethodIDNoThrow(global::android.text.method.DigitsKeyListener.staticClass, "getInstance", "(ZZ)Landroid/text/method/DigitsKeyListener;");
     global::android.text.method.DigitsKeyListener._getInstance8064       = @__env.GetStaticMethodIDNoThrow(global::android.text.method.DigitsKeyListener.staticClass, "getInstance", "()Landroid/text/method/DigitsKeyListener;");
     global::android.text.method.DigitsKeyListener._getInstance8065       = @__env.GetStaticMethodIDNoThrow(global::android.text.method.DigitsKeyListener.staticClass, "getInstance", "(Ljava/lang/String;)Landroid/text/method/DigitsKeyListener;");
     global::android.text.method.DigitsKeyListener._filter8066            = @__env.GetMethodIDNoThrow(global::android.text.method.DigitsKeyListener.staticClass, "filter", "(Ljava/lang/CharSequence;IILandroid/text/Spanned;II)Ljava/lang/CharSequence;");
     global::android.text.method.DigitsKeyListener._getInputType8067      = @__env.GetMethodIDNoThrow(global::android.text.method.DigitsKeyListener.staticClass, "getInputType", "()I");
     global::android.text.method.DigitsKeyListener._getAcceptedChars8068  = @__env.GetMethodIDNoThrow(global::android.text.method.DigitsKeyListener.staticClass, "getAcceptedChars", "()[C");
     global::android.text.method.DigitsKeyListener._DigitsKeyListener8069 = @__env.GetMethodIDNoThrow(global::android.text.method.DigitsKeyListener.staticClass, "<init>", "()V");
     global::android.text.method.DigitsKeyListener._DigitsKeyListener8070 = @__env.GetMethodIDNoThrow(global::android.text.method.DigitsKeyListener.staticClass, "<init>", "(ZZ)V");
 }
Beispiel #14
0
			private static void InitJNI()
			{
				global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
				global::android.provider.SyncStateContract.Helpers.staticClass = @__env.NewGlobalRef(@__env.FindClass("android/provider/SyncStateContract$Helpers"));
				global::android.provider.SyncStateContract.Helpers._get7225 = @__env.GetStaticMethodIDNoThrow(global::android.provider.SyncStateContract.Helpers.staticClass, "get", "(Landroid/content/ContentProviderClient;Landroid/net/Uri;Landroid/accounts/Account;)[B");
				global::android.provider.SyncStateContract.Helpers._set7226 = @__env.GetStaticMethodIDNoThrow(global::android.provider.SyncStateContract.Helpers.staticClass, "set", "(Landroid/content/ContentProviderClient;Landroid/net/Uri;Landroid/accounts/Account;[B)V");
				global::android.provider.SyncStateContract.Helpers._insert7227 = @__env.GetStaticMethodIDNoThrow(global::android.provider.SyncStateContract.Helpers.staticClass, "insert", "(Landroid/content/ContentProviderClient;Landroid/net/Uri;Landroid/accounts/Account;[B)Landroid/net/Uri;");
				global::android.provider.SyncStateContract.Helpers._update7228 = @__env.GetStaticMethodIDNoThrow(global::android.provider.SyncStateContract.Helpers.staticClass, "update", "(Landroid/content/ContentProviderClient;Landroid/net/Uri;[B)V");
				global::android.provider.SyncStateContract.Helpers._getWithUri7229 = @__env.GetStaticMethodIDNoThrow(global::android.provider.SyncStateContract.Helpers.staticClass, "getWithUri", "(Landroid/content/ContentProviderClient;Landroid/net/Uri;Landroid/accounts/Account;)Landroid/util/Pair;");
				global::android.provider.SyncStateContract.Helpers._newSetOperation7230 = @__env.GetStaticMethodIDNoThrow(global::android.provider.SyncStateContract.Helpers.staticClass, "newSetOperation", "(Landroid/net/Uri;Landroid/accounts/Account;[B)Landroid/content/ContentProviderOperation;");
				global::android.provider.SyncStateContract.Helpers._newUpdateOperation7231 = @__env.GetStaticMethodIDNoThrow(global::android.provider.SyncStateContract.Helpers.staticClass, "newUpdateOperation", "(Landroid/net/Uri;[B)Landroid/content/ContentProviderOperation;");
				global::android.provider.SyncStateContract.Helpers._Helpers7232 = @__env.GetMethodIDNoThrow(global::android.provider.SyncStateContract.Helpers.staticClass, "<init>", "()V");
			}
Beispiel #15
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.util.EventLog.staticClass     = @__env.NewGlobalRef(@__env.FindClass("android/util/EventLog"));
     global::android.util.EventLog._getTagName8504 = @__env.GetStaticMethodIDNoThrow(global::android.util.EventLog.staticClass, "getTagName", "(I)Ljava/lang/String;");
     global::android.util.EventLog._writeEvent8505 = @__env.GetStaticMethodIDNoThrow(global::android.util.EventLog.staticClass, "writeEvent", "(IJ)I");
     global::android.util.EventLog._writeEvent8506 = @__env.GetStaticMethodIDNoThrow(global::android.util.EventLog.staticClass, "writeEvent", "(ILjava/lang/String;)I");
     global::android.util.EventLog._writeEvent8507 = @__env.GetStaticMethodIDNoThrow(global::android.util.EventLog.staticClass, "writeEvent", "(I[Ljava/lang/Object;)I");
     global::android.util.EventLog._writeEvent8508 = @__env.GetStaticMethodIDNoThrow(global::android.util.EventLog.staticClass, "writeEvent", "(II)I");
     global::android.util.EventLog._readEvents8509 = @__env.GetStaticMethodIDNoThrow(global::android.util.EventLog.staticClass, "readEvents", "([ILjava/util/Collection;)V");
     global::android.util.EventLog._getTagCode8510 = @__env.GetStaticMethodIDNoThrow(global::android.util.EventLog.staticClass, "getTagCode", "(Ljava/lang/String;)I");
     global::android.util.EventLog._EventLog8511   = @__env.GetMethodIDNoThrow(global::android.util.EventLog.staticClass, "<init>", "()V");
 }
Beispiel #16
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.app.IntentService.staticClass             = @__env.NewGlobalRef(@__env.FindClass("android/app/IntentService"));
     global::android.app.IntentService._onBind621              = @__env.GetMethodIDNoThrow(global::android.app.IntentService.staticClass, "onBind", "(Landroid/content/Intent;)Landroid/os/IBinder;");
     global::android.app.IntentService._onCreate622            = @__env.GetMethodIDNoThrow(global::android.app.IntentService.staticClass, "onCreate", "()V");
     global::android.app.IntentService._onStart623             = @__env.GetMethodIDNoThrow(global::android.app.IntentService.staticClass, "onStart", "(Landroid/content/Intent;I)V");
     global::android.app.IntentService._onStartCommand624      = @__env.GetMethodIDNoThrow(global::android.app.IntentService.staticClass, "onStartCommand", "(Landroid/content/Intent;II)I");
     global::android.app.IntentService._onDestroy625           = @__env.GetMethodIDNoThrow(global::android.app.IntentService.staticClass, "onDestroy", "()V");
     global::android.app.IntentService._setIntentRedelivery626 = @__env.GetMethodIDNoThrow(global::android.app.IntentService.staticClass, "setIntentRedelivery", "(Z)V");
     global::android.app.IntentService._onHandleIntent627      = @__env.GetMethodIDNoThrow(global::android.app.IntentService.staticClass, "onHandleIntent", "(Landroid/content/Intent;)V");
     global::android.app.IntentService._IntentService628       = @__env.GetMethodIDNoThrow(global::android.app.IntentService.staticClass, "<init>", "(Ljava/lang/String;)V");
 }
Beispiel #17
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.text.style.ScaleXSpan.staticClass             = @__env.NewGlobalRef(@__env.FindClass("android/text/style/ScaleXSpan"));
     global::android.text.style.ScaleXSpan._writeToParcel8332      = @__env.GetMethodIDNoThrow(global::android.text.style.ScaleXSpan.staticClass, "writeToParcel", "(Landroid/os/Parcel;I)V");
     global::android.text.style.ScaleXSpan._describeContents8333   = @__env.GetMethodIDNoThrow(global::android.text.style.ScaleXSpan.staticClass, "describeContents", "()I");
     global::android.text.style.ScaleXSpan._getSpanTypeId8334      = @__env.GetMethodIDNoThrow(global::android.text.style.ScaleXSpan.staticClass, "getSpanTypeId", "()I");
     global::android.text.style.ScaleXSpan._updateDrawState8335    = @__env.GetMethodIDNoThrow(global::android.text.style.ScaleXSpan.staticClass, "updateDrawState", "(Landroid/text/TextPaint;)V");
     global::android.text.style.ScaleXSpan._updateMeasureState8336 = @__env.GetMethodIDNoThrow(global::android.text.style.ScaleXSpan.staticClass, "updateMeasureState", "(Landroid/text/TextPaint;)V");
     global::android.text.style.ScaleXSpan._getScaleX8337          = @__env.GetMethodIDNoThrow(global::android.text.style.ScaleXSpan.staticClass, "getScaleX", "()F");
     global::android.text.style.ScaleXSpan._ScaleXSpan8338         = @__env.GetMethodIDNoThrow(global::android.text.style.ScaleXSpan.staticClass, "<init>", "(F)V");
     global::android.text.style.ScaleXSpan._ScaleXSpan8339         = @__env.GetMethodIDNoThrow(global::android.text.style.ScaleXSpan.staticClass, "<init>", "(Landroid/os/Parcel;)V");
 }
Beispiel #18
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.bluetooth.BluetoothClass.staticClass              = @__env.NewGlobalRef(@__env.FindClass("android/bluetooth/BluetoothClass"));
     global::android.bluetooth.BluetoothClass._equals1026              = @__env.GetMethodIDNoThrow(global::android.bluetooth.BluetoothClass.staticClass, "equals", "(Ljava/lang/Object;)Z");
     global::android.bluetooth.BluetoothClass._toString1027            = @__env.GetMethodIDNoThrow(global::android.bluetooth.BluetoothClass.staticClass, "toString", "()Ljava/lang/String;");
     global::android.bluetooth.BluetoothClass._hashCode1028            = @__env.GetMethodIDNoThrow(global::android.bluetooth.BluetoothClass.staticClass, "hashCode", "()I");
     global::android.bluetooth.BluetoothClass._writeToParcel1029       = @__env.GetMethodIDNoThrow(global::android.bluetooth.BluetoothClass.staticClass, "writeToParcel", "(Landroid/os/Parcel;I)V");
     global::android.bluetooth.BluetoothClass._describeContents1030    = @__env.GetMethodIDNoThrow(global::android.bluetooth.BluetoothClass.staticClass, "describeContents", "()I");
     global::android.bluetooth.BluetoothClass._hasService1031          = @__env.GetMethodIDNoThrow(global::android.bluetooth.BluetoothClass.staticClass, "hasService", "(I)Z");
     global::android.bluetooth.BluetoothClass._getMajorDeviceClass1032 = @__env.GetMethodIDNoThrow(global::android.bluetooth.BluetoothClass.staticClass, "getMajorDeviceClass", "()I");
     global::android.bluetooth.BluetoothClass._getDeviceClass1033      = @__env.GetMethodIDNoThrow(global::android.bluetooth.BluetoothClass.staticClass, "getDeviceClass", "()I");
 }
Beispiel #19
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.net.MailTo.staticClass     = @__env.NewGlobalRef(@__env.FindClass("android/net/MailTo"));
     global::android.net.MailTo._toString5190   = @__env.GetMethodIDNoThrow(global::android.net.MailTo.staticClass, "toString", "()Ljava/lang/String;");
     global::android.net.MailTo._parse5191      = @__env.GetStaticMethodIDNoThrow(global::android.net.MailTo.staticClass, "parse", "(Ljava/lang/String;)Landroid/net/MailTo;");
     global::android.net.MailTo._getHeaders5192 = @__env.GetMethodIDNoThrow(global::android.net.MailTo.staticClass, "getHeaders", "()Ljava/util/Map;");
     global::android.net.MailTo._isMailTo5193   = @__env.GetStaticMethodIDNoThrow(global::android.net.MailTo.staticClass, "isMailTo", "(Ljava/lang/String;)Z");
     global::android.net.MailTo._getTo5194      = @__env.GetMethodIDNoThrow(global::android.net.MailTo.staticClass, "getTo", "()Ljava/lang/String;");
     global::android.net.MailTo._getCc5195      = @__env.GetMethodIDNoThrow(global::android.net.MailTo.staticClass, "getCc", "()Ljava/lang/String;");
     global::android.net.MailTo._getSubject5196 = @__env.GetMethodIDNoThrow(global::android.net.MailTo.staticClass, "getSubject", "()Ljava/lang/String;");
     global::android.net.MailTo._getBody5197    = @__env.GetMethodIDNoThrow(global::android.net.MailTo.staticClass, "getBody", "()Ljava/lang/String;");
 }
Beispiel #20
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.text.style.QuoteSpan.staticClass            = @__env.NewGlobalRef(@__env.FindClass("android/text/style/QuoteSpan"));
     global::android.text.style.QuoteSpan._writeToParcel8305     = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "writeToParcel", "(Landroid/os/Parcel;I)V");
     global::android.text.style.QuoteSpan._describeContents8306  = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "describeContents", "()I");
     global::android.text.style.QuoteSpan._getColor8307          = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "getColor", "()I");
     global::android.text.style.QuoteSpan._getSpanTypeId8308     = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "getSpanTypeId", "()I");
     global::android.text.style.QuoteSpan._getLeadingMargin8309  = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "getLeadingMargin", "(Z)I");
     global::android.text.style.QuoteSpan._drawLeadingMargin8310 = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "drawLeadingMargin", "(Landroid/graphics/Canvas;Landroid/graphics/Paint;IIIIILjava/lang/CharSequence;IIZLandroid/text/Layout;)V");
     global::android.text.style.QuoteSpan._QuoteSpan8311         = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "<init>", "()V");
     global::android.text.style.QuoteSpan._QuoteSpan8312         = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "<init>", "(I)V");
     global::android.text.style.QuoteSpan._QuoteSpan8313         = @__env.GetMethodIDNoThrow(global::android.text.style.QuoteSpan.staticClass, "<init>", "(Landroid/os/Parcel;)V");
 }
Beispiel #21
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::org.apache.http.HttpEntity_.staticClass              = @__env.NewGlobalRef(@__env.FindClass("org/apache/http/HttpEntity"));
     global::org.apache.http.HttpEntity_._getContent16146         = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "getContent", "()Ljava/io/InputStream;");
     global::org.apache.http.HttpEntity_._writeTo16147            = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "writeTo", "(Ljava/io/OutputStream;)V");
     global::org.apache.http.HttpEntity_._getContentType16148     = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "getContentType", "()Lorg/apache/http/Header;");
     global::org.apache.http.HttpEntity_._getContentLength16149   = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "getContentLength", "()J");
     global::org.apache.http.HttpEntity_._getContentEncoding16150 = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "getContentEncoding", "()Lorg/apache/http/Header;");
     global::org.apache.http.HttpEntity_._isRepeatable16151       = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "isRepeatable", "()Z");
     global::org.apache.http.HttpEntity_._isChunked16152          = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "isChunked", "()Z");
     global::org.apache.http.HttpEntity_._isStreaming16153        = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "isStreaming", "()Z");
     global::org.apache.http.HttpEntity_._consumeContent16154     = @__env.GetMethodIDNoThrow(global::org.apache.http.HttpEntity_.staticClass, "consumeContent", "()V");
 }
Beispiel #22
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::java.nio.channels.Selector_.staticClass        = @__env.NewGlobalRef(@__env.FindClass("java/nio/channels/Selector"));
     global::java.nio.channels.Selector_._provider14564     = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "provider", "()Ljava/nio/channels/spi/SelectorProvider;");
     global::java.nio.channels.Selector_._keys14565         = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "keys", "()Ljava/util/Set;");
     global::java.nio.channels.Selector_._close14566        = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "close", "()V");
     global::java.nio.channels.Selector_._isOpen14567       = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "isOpen", "()Z");
     global::java.nio.channels.Selector_._select14568       = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "select", "(J)I");
     global::java.nio.channels.Selector_._select14569       = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "select", "()I");
     global::java.nio.channels.Selector_._selectedKeys14570 = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "selectedKeys", "()Ljava/util/Set;");
     global::java.nio.channels.Selector_._selectNow14571    = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "selectNow", "()I");
     global::java.nio.channels.Selector_._wakeup14572       = @__env.GetMethodIDNoThrow(global::java.nio.channels.Selector_.staticClass, "wakeup", "()Ljava/nio/channels/Selector;");
 }
Beispiel #23
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.app.LauncherActivity.staticClass               = @__env.NewGlobalRef(@__env.FindClass("android/app/LauncherActivity"));
     global::android.app.LauncherActivity._onCreate645              = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "onCreate", "(Landroid/os/Bundle;)V");
     global::android.app.LauncherActivity._onSetContentView646      = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "onSetContentView", "()V");
     global::android.app.LauncherActivity._onListItemClick647       = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "onListItemClick", "(Landroid/widget/ListView;Landroid/view/View;IJ)V");
     global::android.app.LauncherActivity._intentForPosition648     = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "intentForPosition", "(I)Landroid/content/Intent;");
     global::android.app.LauncherActivity._itemForPosition649       = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "itemForPosition", "(I)Landroid/app/LauncherActivity$ListItem;");
     global::android.app.LauncherActivity._getTargetIntent650       = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "getTargetIntent", "()Landroid/content/Intent;");
     global::android.app.LauncherActivity._onQueryPackageManager651 = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "onQueryPackageManager", "(Landroid/content/Intent;)Ljava/util/List;");
     global::android.app.LauncherActivity._makeListItems652         = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "makeListItems", "()Ljava/util/List;");
     global::android.app.LauncherActivity._LauncherActivity653      = @__env.GetMethodIDNoThrow(global::android.app.LauncherActivity.staticClass, "<init>", "()V");
 }
Beispiel #24
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.view.inputmethod.InputBinding.staticClass              = @__env.NewGlobalRef(@__env.FindClass("android/view/inputmethod/InputBinding"));
     global::android.view.inputmethod.InputBinding._toString10150           = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "toString", "()Ljava/lang/String;");
     global::android.view.inputmethod.InputBinding._writeToParcel10151      = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "writeToParcel", "(Landroid/os/Parcel;I)V");
     global::android.view.inputmethod.InputBinding._describeContents10152   = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "describeContents", "()I");
     global::android.view.inputmethod.InputBinding._getConnection10153      = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "getConnection", "()Landroid/view/inputmethod/InputConnection;");
     global::android.view.inputmethod.InputBinding._getConnectionToken10154 = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "getConnectionToken", "()Landroid/os/IBinder;");
     global::android.view.inputmethod.InputBinding._getUid10155             = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "getUid", "()I");
     global::android.view.inputmethod.InputBinding._getPid10156             = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "getPid", "()I");
     global::android.view.inputmethod.InputBinding._InputBinding10157       = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "<init>", "(Landroid/view/inputmethod/InputConnection;Landroid/os/IBinder;II)V");
     global::android.view.inputmethod.InputBinding._InputBinding10158       = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.InputBinding.staticClass, "<init>", "(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/InputBinding;)V");
 }
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.text.SpannableStringInternal.staticClass             = @__env.NewGlobalRef(@__env.FindClass("android/text/SpannableStringInternal"));
     global::android.text.SpannableStringInternal._toString7853           = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "toString", "()Ljava/lang/String;");
     global::android.text.SpannableStringInternal._length7854             = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "length", "()I");
     global::android.text.SpannableStringInternal._charAt7855             = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "charAt", "(I)C");
     global::android.text.SpannableStringInternal._getChars7856           = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "getChars", "(II[CI)V");
     global::android.text.SpannableStringInternal._getSpans7857           = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "getSpans", "(IILjava/lang/Class;)[Ljava/lang/Object;");
     global::android.text.SpannableStringInternal._getSpanStart7858       = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "getSpanStart", "(Ljava/lang/Object;)I");
     global::android.text.SpannableStringInternal._getSpanEnd7859         = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "getSpanEnd", "(Ljava/lang/Object;)I");
     global::android.text.SpannableStringInternal._getSpanFlags7860       = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "getSpanFlags", "(Ljava/lang/Object;)I");
     global::android.text.SpannableStringInternal._nextSpanTransition7861 = @__env.GetMethodIDNoThrow(global::android.text.SpannableStringInternal.staticClass, "nextSpanTransition", "(IILjava/lang/Class;)I");
 }
Beispiel #26
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.media.ExifInterface.staticClass             = @__env.NewGlobalRef(@__env.FindClass("android/media/ExifInterface"));
     global::android.media.ExifInterface._getAttribute4942       = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "getAttribute", "(Ljava/lang/String;)Ljava/lang/String;");
     global::android.media.ExifInterface._getAttributeInt4943    = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "getAttributeInt", "(Ljava/lang/String;I)I");
     global::android.media.ExifInterface._getAttributeDouble4944 = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "getAttributeDouble", "(Ljava/lang/String;D)D");
     global::android.media.ExifInterface._setAttribute4945       = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "setAttribute", "(Ljava/lang/String;Ljava/lang/String;)V");
     global::android.media.ExifInterface._saveAttributes4946     = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "saveAttributes", "()V");
     global::android.media.ExifInterface._hasThumbnail4947       = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "hasThumbnail", "()Z");
     global::android.media.ExifInterface._getThumbnail4948       = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "getThumbnail", "()[B");
     global::android.media.ExifInterface._getLatLong4949         = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "getLatLong", "([F)Z");
     global::android.media.ExifInterface._ExifInterface4950      = @__env.GetMethodIDNoThrow(global::android.media.ExifInterface.staticClass, "<init>", "(Ljava/lang/String;)V");
 }
Beispiel #27
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.text.Spanned_.staticClass             = @__env.NewGlobalRef(@__env.FindClass("android/text/Spanned"));
     global::android.text.Spanned_._getSpans7862           = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "getSpans", "(IILjava/lang/Class;)[Ljava/lang/Object;");
     global::android.text.Spanned_._getSpanStart7863       = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "getSpanStart", "(Ljava/lang/Object;)I");
     global::android.text.Spanned_._getSpanEnd7864         = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "getSpanEnd", "(Ljava/lang/Object;)I");
     global::android.text.Spanned_._getSpanFlags7865       = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "getSpanFlags", "(Ljava/lang/Object;)I");
     global::android.text.Spanned_._nextSpanTransition7866 = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "nextSpanTransition", "(IILjava/lang/Class;)I");
     global::android.text.Spanned_._toString7867           = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "toString", "()Ljava/lang/String;");
     global::android.text.Spanned_._length7868             = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "length", "()I");
     global::android.text.Spanned_._charAt7869             = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "charAt", "(I)C");
     global::android.text.Spanned_._subSequence7870        = @__env.GetMethodIDNoThrow(global::android.text.Spanned_.staticClass, "subSequence", "(II)Ljava/lang/CharSequence;");
 }
Beispiel #28
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.view.inputmethod.CompletionInfo.staticClass            = @__env.NewGlobalRef(@__env.FindClass("android/view/inputmethod/CompletionInfo"));
     global::android.view.inputmethod.CompletionInfo._toString10102         = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "toString", "()Ljava/lang/String;");
     global::android.view.inputmethod.CompletionInfo._getId10103            = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "getId", "()J");
     global::android.view.inputmethod.CompletionInfo._getPosition10104      = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "getPosition", "()I");
     global::android.view.inputmethod.CompletionInfo._getText10105          = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "getText", "()Ljava/lang/CharSequence;");
     global::android.view.inputmethod.CompletionInfo._writeToParcel10106    = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "writeToParcel", "(Landroid/os/Parcel;I)V");
     global::android.view.inputmethod.CompletionInfo._describeContents10107 = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "describeContents", "()I");
     global::android.view.inputmethod.CompletionInfo._getLabel10108         = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "getLabel", "()Ljava/lang/CharSequence;");
     global::android.view.inputmethod.CompletionInfo._CompletionInfo10109   = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "<init>", "(JILjava/lang/CharSequence;)V");
     global::android.view.inputmethod.CompletionInfo._CompletionInfo10110   = @__env.GetMethodIDNoThrow(global::android.view.inputmethod.CompletionInfo.staticClass, "<init>", "(JILjava/lang/CharSequence;Ljava/lang/CharSequence;)V");
 }
Beispiel #29
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::android.location.LocationProvider_.staticClass              = @__env.NewGlobalRef(@__env.FindClass("android/location/LocationProvider"));
     global::android.location.LocationProvider_._getAccuracy4811         = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "getAccuracy", "()I");
     global::android.location.LocationProvider_._getPowerRequirement4812 = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "getPowerRequirement", "()I");
     global::android.location.LocationProvider_._requiresNetwork4813     = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "requiresNetwork", "()Z");
     global::android.location.LocationProvider_._requiresSatellite4814   = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "requiresSatellite", "()Z");
     global::android.location.LocationProvider_._requiresCell4815        = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "requiresCell", "()Z");
     global::android.location.LocationProvider_._hasMonetaryCost4816     = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "hasMonetaryCost", "()Z");
     global::android.location.LocationProvider_._supportsAltitude4817    = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "supportsAltitude", "()Z");
     global::android.location.LocationProvider_._supportsSpeed4818       = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "supportsSpeed", "()Z");
     global::android.location.LocationProvider_._supportsBearing4819     = @__env.GetMethodIDNoThrow(global::android.location.LocationProvider_.staticClass, "supportsBearing", "()Z");
 }
Beispiel #30
0
 private static void InitJNI()
 {
     global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
     global::org.apache.http.conn.scheme.Scheme.staticClass            = @__env.NewGlobalRef(@__env.FindClass("org/apache/http/conn/scheme/Scheme"));
     global::org.apache.http.conn.scheme.Scheme._equals16400           = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "equals", "(Ljava/lang/Object;)Z");
     global::org.apache.http.conn.scheme.Scheme._toString16401         = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "toString", "()Ljava/lang/String;");
     global::org.apache.http.conn.scheme.Scheme._hashCode16402         = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "hashCode", "()I");
     global::org.apache.http.conn.scheme.Scheme._getName16403          = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "getName", "()Ljava/lang/String;");
     global::org.apache.http.conn.scheme.Scheme._getDefaultPort16404   = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "getDefaultPort", "()I");
     global::org.apache.http.conn.scheme.Scheme._getSocketFactory16405 = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "getSocketFactory", "()Lorg/apache/http/conn/scheme/SocketFactory;");
     global::org.apache.http.conn.scheme.Scheme._isLayered16406        = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "isLayered", "()Z");
     global::org.apache.http.conn.scheme.Scheme._resolvePort16407      = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "resolvePort", "(I)I");
     global::org.apache.http.conn.scheme.Scheme._Scheme16408           = @__env.GetMethodIDNoThrow(global::org.apache.http.conn.scheme.Scheme.staticClass, "<init>", "(Ljava/lang/String;Lorg/apache/http/conn/scheme/SocketFactory;I)V");
 }