Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/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.py2136 voice_mail_count_before = ad_callee.droid.telephonyGetVoiceMailCountForSubscription(
2138 ad_callee.log.info("voice mail count is %s", voice_mail_count_before)
2141 if voice_mail_count_before != 0:
2194 voice_mail_count_before, voice_mail_count_after)
2200 if not check_voice_mail_count(log, ad_callee, voice_mail_count_before,
6851 def check_voice_mail_count(log, ad, voice_mail_count_before, argument
6856 voice_mail_count_before, voice_mail_count_after)