HomeSort by relevance Sort by last modified time
    Searched defs:selectedMethod (Results 1 - 2 of 2) sorted by null

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 115 int selectedMethod = METHOD_NONE;
124 selectedMethod = candidateMethod;
128 switch (selectedMethod) {
131 fromSink.writeByte(selectedMethod);
136 throw new ProtocolException("unsupported method: " + selectedMethod);
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 302 EapType selectedMethod;

Completed in 54 milliseconds