Searched refs:subid (Results 1 – 1 of 1) sorted by relevance
4188 def get_phone_number_for_subscription(log, ad, subid): argument4201 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): argument4236 ad.telephony['subscription'][subid]['phone_num'] = phone_num