Home
last modified time | relevance | path

Searched defs:android_set_country_code (Results 1 – 5 of 5) sorted by relevance

/external/uwb/src/rust/uwb_core/src/service/
Dproto_uwb_service.rs175 pub fn android_set_country_code(&self, request: &[u8]) -> Result<Vec<u8>> { in android_set_country_code() method
Duwb_service.rs218 pub fn android_set_country_code(&self, country_code: CountryCode) -> Result<()> { in android_set_country_code() method
/external/uwb/src/rust/uwb_core/src/uci/
Duci_manager_sync.rs331 pub fn android_set_country_code(&self, country_code: CountryCode) -> Result<()> { in android_set_country_code() method
Dmock_uci_manager.rs825 async fn android_set_country_code(&self, country_code: CountryCode) -> Result<()> { in android_set_country_code() method
Duci_manager.rs126 async fn android_set_country_code(&self, country_code: CountryCode) -> Result<()>; in android_set_country_code() method
478 async fn android_set_country_code(&self, country_code: CountryCode) -> Result<()> { in android_set_country_code() method