Searched refs:calendar_setMethod (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 149 static jmethodID calendar_setMethod; variable 6293 env->CallVoidMethod(calendar, calendar_setMethod, year, mon - 1, mday, hour, min, sec); 11350 calendar_setMethod = getMethodRef(env, calendarClass, "set", "(IIIIII)V");
|