Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py4188 def get_phone_number_for_subscription(log, ad, subid): argument
4201 number = ad.telephony['subscription'][subid]['phone_num']
4203 number = ad.droid.telephonyGetLine1NumberForSubscription(subid)
4223 def set_phone_number_for_subscription(log, ad, subid, phone_num): argument
4236 ad.telephony['subscription'][subid]['phone_num'] = phone_num