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

  /external/autotest/client/site_tests/cellular_Identifiers/
cellular_Identifiers.py 45 def _ValidateGsmIdentifiers(self, device_props, service_props, modem_props):
73 service_props['Cellular.ServingOperator']['code'],
95 service_props = service.GetProperties(utf8_strings=True)
100 logging.debug('shill service properties: %s', service_props)
107 self._ValidateGsmIdentifiers(device_props, service_props,
  /external/autotest/client/site_tests/cellular_GobiDormancyDance/
cellular_GobiDormancyDance.py 149 service_props = self.service.GetProperties(utf8_strings = True)
150 if service_props['State'] in ['online', 'portal', 'ready']:
152 print 'Service exists, and state is %s.' % (service_props['State'],)

Completed in 83 milliseconds