Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DDeflater.c45 static jfieldID strategyID; variable
54 strategyID = (*env)->GetFieldID(env, cls, "strategy", "I"); in Deflater_initIDs()
138 int strategy = (*env)->GetIntField(env, this, strategyID); in Deflater_deflateBytes()