Searched refs:country_code_arr (Results 1 – 1 of 1) sorted by relevance
405 country_code_arr: jbyteArray, field409 pub fn new(env: JNIEnv<'a>, country_code_arr: jbyteArray) -> Self { in new()410 Self { env, country_code_arr } in new()418 let country_code_vec = jni.env.convert_byte_array(jni.country_code_arr)?; in try_from()