Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_lookup_tables.py84 def check_tmo_voice_mail_count(voice_mail_count_before, argument
90 def check_att_voice_mail_count(voice_mail_count_before, argument
92 return (voice_mail_count_after == (voice_mail_count_before + 1))
96 def check_spt_voice_mail_count(voice_mail_count_before, argument
98 return (voice_mail_count_after == (voice_mail_count_before + 1))
Dtel_voice_utils.py577 voice_mail_count_before = ad_callee.droid.telephonyGetVoiceMailCountForSubscription(
579 ad_callee.log.info("voice mail count is %s", voice_mail_count_before)
582 if voice_mail_count_before != 0:
641 voice_mail_count_before, voice_mail_count_after)
647 if not check_voice_mail_count(log, ad_callee, voice_mail_count_before,
Dtel_test_utils.py2287 def check_voice_mail_count(log, ad, voice_mail_count_before, argument
2292 voice_mail_count_before, voice_mail_count_after)