Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_decline_incoming_call.py53 self.discoverer.mbs.hasUIElementWithText(constants.DECLINE_CALL_TEXT),
57 self.discoverer.mbs.clickUIElementWithText(constants.DECLINE_CALL_TEXT)
/platform_testing/tests/automotive/mobly_tests/uxrestriction/
Duxrestriction_test_receive_call_answer_decline.py89 self.discoverer.mbs.hasUIElementWithText(constants.DECLINE_CALL_TEXT),
93 self.discoverer.mbs.clickUIElementWithText(constants.DECLINE_CALL_TEXT)
/platform_testing/tests/automotive/mobly_tests/utilities/
Dconstants.py45 DECLINE_CALL_TEXT = "Decline" variable