HomeSort by relevance Sort by last modified time
    Searched defs:integerClass (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
word_property.cpp 39 jclass integerClass = env->FindClass("java/lang/Integer");
40 jmethodID intToIntegerConstructorId = env->GetMethodID(integerClass, "<init>", "(I)V");
75 jobject integerProbability = env->NewObject(integerClass, intToIntegerConstructorId,
80 env->DeleteLocalRef(integerClass);
  /libnativehelper/
JniConstants.cpp 48 jclass JniConstants::integerClass;
112 integerClass = findClass(env, "java/lang/Integer");
  /libnativehelper/include/nativehelper/
JniConstants.h 66 static jclass integerClass;
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 139 static jclass integerClass;
    [all...]

Completed in 1020 milliseconds