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

  /system/connectivity/shill/test-scripts/
check-rssi 19 network_properties = network.GetProperties(utf8_strings = True) variable
21 if "Name" not in network_properties:
23 name = network_properties["Name"]
25 if "Strength" not in network_properties:
29 if strength.get(name, -1) < network_properties["Strength"]:
30 strength[name] = network_properties["Strength"]
35 # int(network_properties.get("Strength", -1)))
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
network_ChromeCellularEndToEnd.py 73 network_properties = self.chrome_net._chrome_testing.call_test_function(
78 logging.debug('Network properties: %s', network_properties)
80 if network_properties['status'] == 'chrome-test-call-status-failure':
82 'SUCCESS: %s' % network_properties['error'])
84 if network_properties['result']['ConnectionState'] == 'Connected':

Completed in 62 milliseconds