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

  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiConnector.java 54 public static class WifiException extends Exception {
56 public WifiException(String msg) {
60 public WifiException(String msg, Throwable cause) {
81 * @throws WifiException if DEFAULT_TIMEOUT expires
86 throws WifiException {
88 throw new WifiException(
104 throw new WifiException("failed to wait for callable", e);
106 throw new WifiException(
111 throws WifiException {
122 * @throws WifiException if the operation fail
    [all...]
WifiMonitorService.java 26 import com.android.tradefed.utils.wifi.WifiConnector.WifiException;
130 } catch (final WifiException e) {
WifiUtil.java 27 import com.android.tradefed.utils.wifi.WifiConnector.WifiException;
285 } catch (WifiException | MissingArgException e) {

Completed in 108 milliseconds