Searched refs:incoming_call (Results 1 – 7 of 7) sorted by relevance
365 def incoming_call(self, number): member in Bluetooth366 return self.telephony_client.incoming_call(number)460 def incoming_call(self, number): member in Bluetooth461 return self.telephony_client.incoming_call(number)
39 call_result = self.bluetooth.incoming_call(phone_number)
65 fn incoming_call(&mut self, number: String) -> bool { in incoming_call() method
217 def incoming_call(self, number): member in FlossTelephonyClient
322 fn incoming_call(&mut self, number: String) -> bool; in incoming_call() method4202 fn incoming_call(&mut self, number: String) -> bool { in incoming_call() method
2197 .incoming_call(String::from(get_arg(args, 1)?)); in cmd_telephony()
2427 fn incoming_call(&mut self, number: String) -> bool { in incoming_call() method