Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_telephony.rs85 fn set_last_call(&mut self, number: Option<String>) -> bool { in set_last_call() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dtelephony_client.py260 def set_last_call(self, number=None): member in FlossTelephonyClient
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py380 def set_last_call(self, number=None): member in Bluetooth
381 return self.telephony_client.set_last_call(number)
Dhfp.py171 if not all((self.bluetooth.set_memory_call(), self.bluetooth.set_last_call())):
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs333 fn set_last_call(&mut self, number: Option<String>) -> bool; in set_last_call() method
4247 fn set_last_call(&mut self, number: Option<String>) -> bool { in set_last_call() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs2250 .set_last_call(get_arg(args, 1).ok().map(String::from)); in cmd_telephony()
Ddbus_iface.rs2447 fn set_last_call(&mut self, number: Option<String>) -> bool { in set_last_call() method