Home
last modified time | relevance | path

Searched refs:calendar_setMethod (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc45 jmethodID calendar_setMethod; variable
77 calendar_setMethod = getMethodRef(env, calendarClass, "set", "(IIIIII)V"); in init()
Dnative_crypto.cc5131 env->CallVoidMethod(calendar, conscrypt::jniutil::calendar_setMethod, year, mon - 1, mday, hour, in NativeCrypto_ASN1_TIME_to_Calendar()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h48 extern jmethodID calendar_setMethod;