Home
last modified time | relevance | path

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

/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dcallback.rs61 jmethod_id_map: HashMap<String, JMethodID>, field
75 jmethod_id_map: HashMap::new(), in new()
111 let jmethod_id = match self.jmethod_id_map.get(&name_signature) { in cached_jni_call()
115 self.jmethod_id_map.insert(name_signature.clone(), jmethod_id); in cached_jni_call()
/packages/modules/Uwb/service/uci/jni/src/
Dnotification_manager_android.rs265 pub jmethod_id_map: HashMap<String, JMethodID>, field
341 if !self.jmethod_id_map.contains_key(&name_signature) { in cached_jni_call()
342 self.jmethod_id_map.insert( in cached_jni_call()
352 self.jmethod_id_map.get(&name_signature).unwrap().to_owned(), in cached_jni_call()
1368 jmethod_id_map: HashMap::new(), in build()