Home
last modified time | relevance | path

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

/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dobject_mapping.rs405 country_code_arr: jbyteArray, field
409 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()