Home
last modified time | relevance | path

Searched refs:mSupport5gBand (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/aware/
DConfigRequest.java60 public final boolean mSupport5gBand; field in ConfigRequest
86 mSupport5gBand = support5gBand; in ConfigRequest()
95 return "ConfigRequest [mSupport5gBand=" + mSupport5gBand + ", mMasterPreference=" in toString()
108 dest.writeInt(mSupport5gBand ? 1 : 0); in writeToParcel()
146 return mSupport5gBand == lhs.mSupport5gBand && mMasterPreference == lhs.mMasterPreference in equals()
155 result = 31 * result + (mSupport5gBand ? 1 : 0); in hashCode()
216 private boolean mSupport5gBand = true; field in ConfigRequest.Builder
231 mSupport5gBand = support5gBand; in setSupport5gBand()
345 return new ConfigRequest(mSupport5gBand, mMasterPreference, mClusterLow, mClusterHigh, in build()
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java579 collector.checkThat("mSupport5gBand", true, equalTo(configRequest.mSupport5gBand)); in testConfigRequestBuilderDefaults()
606 collector.checkThat("mSupport5gBand", supportBand5g, equalTo(configRequest.mSupport5gBand)); in testConfigRequestBuilder()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java367 req.operateInBand[NanBandIndex.NAN_BAND_5GHZ] = configRequest.mSupport5gBand; in enableAndConfigure()
DWifiAwareStateManager.java3123 support5gBand = configRequest.mSupport5gBand; in mergeConfigRequests()
3134 if (cr.mSupport5gBand) { in mergeConfigRequests()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java2565 collector.checkThat("support 5g: or", true, equalTo(crCapture.getValue().mSupport5gBand)); in testConfigs()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45548 Landroid/net/wifi/aware/ConfigRequest$Builder;->mSupport5gBand:Z
45564 Landroid/net/wifi/aware/ConfigRequest;->mSupport5gBand:Z