Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py302 def answer_phone_and_validate_call_received(self, receiving_phone): argument
306 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): argument
325 lambda: receiving_phone.droid.telecomGetCallState() == 'OFFHOOK',
331 'Hanging up the call on %s...' % receiving_phone.serial)
338 lambda: receiving_phone.droid.telecomGetCallState() == 'IDLE',