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

  /frameworks/base/wifi/java/android/net/wifi/aware/
ConfigRequest.java 60 public final boolean mSupport5gBand;
86 mSupport5gBand = support5gBand;
95 return "ConfigRequest [mSupport5gBand=" + mSupport5gBand + ", mMasterPreference="
108 dest.writeInt(mSupport5gBand ? 1 : 0);
146 return mSupport5gBand == lhs.mSupport5gBand && mMasterPreference == lhs.mMasterPreference
155 result = 31 * result + (mSupport5gBand ? 1 : 0);
216 private boolean mSupport5gBand = false;
231 mSupport5gBand = support5gBand
    [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/aware/
WifiAwareManagerTest.java 543 collector.checkThat("mSupport5gBand", false, equalTo(configRequest.mSupport5gBand));
570 collector.checkThat("mSupport5gBand", supportBand5g, equalTo(configRequest.mSupport5gBand));
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareNativeApi.java 123 req.operateInBand[NanBandIndex.NAN_BAND_5GHZ] = configRequest.mSupport5gBand;
    [all...]
WifiAwareStateManager.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareStateManagerTest.java     [all...]

Completed in 1869 milliseconds