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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiJsonParser.java 19 import static android.net.wifi.ScanResult.FLAG_80211mc_RESPONDER;
88 scanResult.setFlag(FLAG_80211mc_RESPONDER);
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 307 public static final long FLAG_80211mc_RESPONDER = 0x0000000000000002;
338 return (flags & FLAG_80211mc_RESPONDER) != 0;
531 this.flags = FLAG_80211mc_RESPONDER;
619 sb.append(((flags & FLAG_80211mc_RESPONDER) != 0) ? "is supported" : "is not supported");
RttManager.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetail.java 57 mScanResult.setFlag(ScanResult.FLAG_80211mc_RESPONDER);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttTestUtils.java 66 scan1.setFlag(ScanResult.FLAG_80211mc_RESPONDER);

Completed in 176 milliseconds