Searched refs:wifiUtilApkPath (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WifiHelper.java | 88 public WifiHelper(ITestDevice device, String wifiUtilApkPath) in WifiHelper() argument 90 this(device, wifiUtilApkPath, true); in WifiHelper() 94 public WifiHelper(ITestDevice device, String wifiUtilApkPath, boolean doSetup) in WifiHelper() argument 96 this(device, wifiUtilApkPath, doSetup, false); in WifiHelper() 103 public WifiHelper(ITestDevice device, String wifiUtilApkPath, boolean doSetup, boolean useV2) in WifiHelper() argument 108 ensureDeviceSetup(wifiUtilApkPath); in WifiHelper() 121 void ensureDeviceSetup(String wifiUtilApkPath) throws DeviceNotAvailableException { in ensureDeviceSetup() argument 138 setupWifiUtilApkFile(wifiUtilApkPath); in ensureDeviceSetup() 168 if (wifiUtilApkPath == null) { in ensureDeviceSetup() 174 private void setupWifiUtilApkFile(String wifiUtilApkPath) throws IOException { in setupWifiUtilApkFile() argument [all …]
|