HomeSort by relevance Sort by last modified time
    Searched refs:technology_family (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/cellular_Identifiers/
cellular_Identifiers.py 104 technology_family = device_props['Cellular.Family']
105 if technology_family == 'GSM':
109 elif technology_family == 'CDMA':
114 technology_family)
  /external/autotest/client/site_tests/cellular_ModemControl/
cellular_ModemControl.py 289 technology_family = self.test_env.modem.GetCurrentTechnologyFamily()
290 if technology_family == cellular.TechnologyFamily.CDMA:

Completed in 81 milliseconds