Lines Matching refs:cellular
13 from autotest_lib.client.cros.cellular import cellular
14 from autotest_lib.client.cros.cellular import cellular_system_error
15 from autotest_lib.client.cros.cellular import mm
16 from autotest_lib.client.cros.cellular import modem
117 cellular.UeGenericDataStatus.DISCONNECTING,
118 cellular.UeGenericDataStatus.REGISTERED,
119 cellular.UeGenericDataStatus.NONE,])
123 cellular.UeGenericDataStatus.REGISTERED,
124 cellular.UeGenericDataStatus.NONE,])
172 if family == cellular.TechnologyFamily.LTE:
189 cellular.TechnologyFamily.UMTS: 'Generic UMTS',
190 cellular.TechnologyFamily.CDMA: 'Verizon Wireless',}
269 target_family = cellular.TechnologyToFamily[target_technology]
277 if target_family == cellular.TechnologyFamily.CDMA:
288 if target_technology == cellular.Technology.EVDO_1X: