Searched refs:CountryCodeJni (Results 1 – 2 of 2) sorted by relevance
403 pub struct CountryCodeJni<'a> { struct408 impl<'a> CountryCodeJni<'a> { implementation414 impl TryFrom<CountryCodeJni<'_>> for CountryCode {417 fn try_from(jni: CountryCodeJni<'_>) -> Result<Self> { in try_from()
36 CccOpenRangingParamsJni, CountryCodeJni, FiraControleeParamsJni, FiraOpenSessionParamsJni,382 let country_code = match CountryCode::try_from(CountryCodeJni::new(ctx.env, country_code)) { in set_country_code()