OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_net_interface
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/cellular/pseudomodem/
pseudomodem_context.py
131
self.
_net_interface
= None
183
self.
_net_interface
= net_interface.PseudoNetInterface()
184
self.
_net_interface
.Setup()
236
if self.
_net_interface
:
237
self.
_net_interface
.Teardown()
238
self.
_net_interface
= None
/external/autotest/client/cros/cellular/wardmodem/
wardmodem.py
80
self.
_net_interface
= net_interface.PseudoNetInterface()
106
self.
_net_interface
.Setup()
118
self.
_net_interface
.Teardown()
Completed in 1364 milliseconds