Searched refs:set_last_call (Results 1 – 7 of 7) sorted by relevance
85 fn set_last_call(&mut self, number: Option<String>) -> bool { in set_last_call() method
260 def set_last_call(self, number=None): member in FlossTelephonyClient
380 def set_last_call(self, number=None): member in Bluetooth381 return self.telephony_client.set_last_call(number)
171 if not all((self.bluetooth.set_memory_call(), self.bluetooth.set_last_call())):
333 fn set_last_call(&mut self, number: Option<String>) -> bool; in set_last_call() method4247 fn set_last_call(&mut self, number: Option<String>) -> bool { in set_last_call() method
2250 .set_last_call(get_arg(args, 1).ok().map(String::from)); in cmd_telephony()
2447 fn set_last_call(&mut self, number: Option<String>) -> bool { in set_last_call() method