Searched refs:receiving_phone (Results 1 – 1 of 1) sorted by relevance
302 def answer_phone_and_validate_call_received(self, receiving_phone): argument306 lambda: receiving_phone.droid.telecomGetCallState() == 'RINGING',311 (receiving_phone.serial))316 lambda: receiving_phone.droid.telecomGetCallState() == 'OFFHOOK',321 def hangup_phone_and_validate_call_hung(self, receiving_phone): argument325 lambda: receiving_phone.droid.telecomGetCallState() == 'OFFHOOK',331 'Hanging up the call on %s...' % receiving_phone.serial)338 lambda: receiving_phone.droid.telecomGetCallState() == 'IDLE',