Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/service/
H A Dproto_uwb_service.rs205 pub fn android_set_country_code(&self, request: &[u8]) -> Result<Vec<u8>> { in android_set_country_code() method
H A Duwb_service.rs218 pub fn android_set_country_code(&self, country_code: CountryCode) -> Result<()> { in android_set_country_code() method
/aosp_15_r20/external/rust/pica/src/
Ddevice.rs895 fn android_set_country_code( in android_set_country_code() method
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Duci_manager_sync.rs381 pub fn android_set_country_code(&self, country_code: CountryCode) -> Result<()> { in android_set_country_code() method
H A Dmock_uci_manager.rs1058 async fn android_set_country_code(&self, country_code: CountryCode) -> Result<()> { in android_set_country_code() method
H A Duci_manager.rs147 async fn android_set_country_code(&self, country_code: CountryCode) -> Result<()>; in android_set_country_code() method
579 async fn android_set_country_code(&self, country_code: CountryCode) -> Result<()> { in android_set_country_code() method