Home
last modified time | relevance | path

Searched refs:voice_mail_count_before (Results 1 – 2 of 2) 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_test_utils.py2153 voice_mail_count_before = ad_callee.droid.telephonyGetVoiceMailCountForSubscription(
2155 ad_callee.log.info("voice mail count is %s", voice_mail_count_before)
2158 if voice_mail_count_before != 0:
2217 voice_mail_count_before, voice_mail_count_after)
2223 if not check_voice_mail_count(log, ad_callee, voice_mail_count_before,
7164 def check_voice_mail_count(log, ad, voice_mail_count_before, argument
7169 voice_mail_count_before, voice_mail_count_after)