Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_active_call_off.py47 asserts.assert_false(self.call_utils.is_active_call_enabled(),
Ddialer_test_active_call_on.py48 asserts.assert_true(self.call_utils.is_active_call_enabled(),
/platform_testing/tests/automotive/mobly_tests/utilities/
Dspectatio_utils.py601 def is_active_call_enabled(self): member in CallUtils