Home
last modified time | relevance | path

Searched refs:PROFILE_PROPERTY_ENTRIES (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/network_BasicProfileProperties/
Dnetwork_BasicProfileProperties.py20 PROFILE_PROPERTY_ENTRIES = 'Entries' variable in network_BasicProfileProperties
61 profile_properties, self.PROFILE_PROPERTY_ENTRIES))
/external/autotest/client/cros/scripts/
Dprofile92 if not shill.PROFILE_PROPERTY_ENTRIES in properties:
94 for ident in properties[shill.PROFILE_PROPERTY_ENTRIES]:
/external/autotest/client/cros/networking/
Dwifi_proxy.py33 entries = profile_properties[self.PROFILE_PROPERTY_ENTRIES]
Dshill_xmlrpc_server.py219 entry_ids = profile_properties[shill.PROFILE_PROPERTY_ENTRIES]
Dshill_proxy.py71 PROFILE_PROPERTY_ENTRIES = 'Entries' variable in ShillProxy