Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthUtils.java36 BandwidthUtils(ITestDevice device, String iface) throws DeviceNotAvailableException { in BandwidthUtils()
78 String iface = parts[1]; in parseUidStats() local
121 String iface = parts[0].replace(":", "").trim(); in parseNetDevStats() local
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dap_get_interface.py175 def check_ping(self, iface): argument