Searched refs:identity_type (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/tests/google/tel/lab/ |
D | TelLabUeIdentityTest.py | 82 def _read_identity(self, set_simulation_func, rat, identity_type): argument 120 identity_type) 123 .format(self.ad.serial, identity_type.value))
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 1286 def get_ue_identity(self, identity_type): argument 1298 if identity_type == UEIdentityType.IMSI: 1300 elif identity_type == UEIdentityType.IMEI: 1302 elif identity_type == UEIdentityType.IMEISV: 1308 if identity_type == UEIdentityType.IMSI: 1310 elif identity_type == UEIdentityType.IMEI: 1312 elif identity_type == UEIdentityType.IMEISV: 1318 if identity_type == UEIdentityType.IMSI: 1320 elif identity_type == UEIdentityType.IMEI: 1322 elif identity_type == UEIdentityType.IMEISV: [all …]
|
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/ |
D | anritsu_utils.py | 1909 def read_ue_identity(log, ad, anritsu_handle, identity_type): argument 1920 return anritsu_handle.get_ue_identity(identity_type)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | anritsu_utils.py | 2240 def read_ue_identity(log, ad, anritsu_handle, identity_type): argument 2251 return anritsu_handle.get_ue_identity(identity_type)
|