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 | 80 def check_tmo_voice_mail_count(voice_mail_count_before, argument 86 def check_att_voice_mail_count(voice_mail_count_before, argument 88 return (voice_mail_count_after == (voice_mail_count_before + 1)) 92 def check_spt_voice_mail_count(voice_mail_count_before, argument 94 return (voice_mail_count_after == (voice_mail_count_before + 1))
|
D | tel_test_utils.py | 1479 voice_mail_count_before = ad_callee.droid.telephonyGetVoiceMailCountForSubscription( 1481 ad_callee.log.info("voice mail count is %s", voice_mail_count_before) 1484 if voice_mail_count_before != 0: 1535 voice_mail_count_before, voice_mail_count_after) 1541 if not check_voice_mail_count(log, ad_callee, voice_mail_count_before, 4365 def check_voice_mail_count(log, ad, voice_mail_count_before, argument 4370 voice_mail_count_before, voice_mail_count_after)
|