Searched refs:mSupport6gBand (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | ConfigRequest.java | 66 public final boolean mSupport6gBand; field in ConfigRequest 93 mSupport6gBand = support6gBand; in ConfigRequest() 103 + ", mSupport6gBand=" + mSupport6gBand in toString() 118 dest.writeInt(mSupport6gBand ? 1 : 0); in writeToParcel() 158 && mSupport6gBand == lhs.mSupport6gBand in equals() 169 result = 31 * result + (mSupport6gBand ? 1 : 0); in hashCode() 236 private boolean mSupport6gBand = false; field in ConfigRequest.Builder 265 mSupport6gBand = support6gBand; in setSupport6gBand() 381 return new ConfigRequest(mSupport5gBand, mSupport6gBand, mMasterPreference, mClusterLow, in build()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/ |
D | WifiAwareManagerTest.java | 631 collector.checkThat("mSupport6gBand", false, equalTo(configRequest.mSupport6gBand)); in testConfigRequestBuilderDefaults() 665 collector.checkThat("mSupport6gBand", supportBand6g, equalTo(configRequest.mSupport6gBand)); in testConfigRequestBuilder()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 474 configRequest.mSupport6gBand; in enableAndConfigure()
|
D | WifiAwareStateManager.java | 3387 support6gBand = configRequest.mSupport6gBand; in mergeConfigRequests() 3403 if (cr.mSupport6gBand) { in mergeConfigRequests()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 2768 collector.checkThat("support 6g: or", false, equalTo(crCapture.getValue().mSupport6gBand)); in testConfigs()
|