Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py2064 def get_operator_name(log, ad, subId=None): argument
2076 if subId is not None:
2078 ad.droid.telephonyGetNetworkOperatorForSubscription(subId))
2084 if subId is not None:
2086 subId)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py338 tutils.get_operator_name(ad.log, ad, subId=None)