Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabUeIdentityTest.py81 def _read_identity(self, set_simulation_func, rat, identity_type): argument
119 identity_type)
122 .format(self.ad.serial, identity_type.value))
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py1517 def get_ue_identity(self, identity_type): argument
1529 if identity_type == UEIdentityType.IMSI:
1531 elif identity_type == UEIdentityType.IMEI:
1533 elif identity_type == UEIdentityType.IMEISV:
1539 if identity_type == UEIdentityType.IMSI:
1541 elif identity_type == UEIdentityType.IMEI:
1543 elif identity_type == UEIdentityType.IMEISV:
1549 if identity_type == UEIdentityType.IMSI:
1551 elif identity_type == UEIdentityType.IMEI:
1553 elif identity_type == UEIdentityType.IMEISV:
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Danritsu_utils.py2226 def read_ue_identity(log, ad, anritsu_handle, identity_type): argument
2237 return anritsu_handle.get_ue_identity(identity_type)