Searched refs:voice_mail_count_before (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_lookup_tables.py | 84 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))
|
D | tel_test_utils.py | 2136 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)
|