Searched refs:isBridgedApConcurrencySupported (Results 1 – 9 of 9) sorted by relevance
71 doReturn(true).when(mWifiManager).isBridgedApConcurrencySupported(); in setUp()112 doReturn(false).when(mWifiManager).isBridgedApConcurrencySupported(); in updateDisplay_notSupportedBridgedApConcurrency_setSingleApSummary()122 doReturn(true).when(mWifiManager).isBridgedApConcurrencySupported(); in updateDisplay_supportedBridgedApConcurrency_setDualApSummary()165 doReturn(false).when(mWifiManager).isBridgedApConcurrencySupported(); in isMaximizeCompatibilityEnabled_noConcurrencyAndGetBand2gOnly_returnFalse()176 doReturn(false).when(mWifiManager).isBridgedApConcurrencySupported(); in isMaximizeCompatibilityEnabled_noConcurrencyAndGetBand5gOnly_returnTrue()187 doReturn(false).when(mWifiManager).isBridgedApConcurrencySupported(); in isMaximizeCompatibilityEnabled_noConcurrencyAndGetBand2gAnd5g_returnTrue()220 doReturn(false).when(mWifiManager).isBridgedApConcurrencySupported(); in setupMaximizeCompatibility_noConcurrencyAndSetDisabled_setBand2gOnly()232 doReturn(false).when(mWifiManager).isBridgedApConcurrencySupported(); in setupMaximizeCompatibility_noConcurrencyAndSetEnabled_setBand2gAnd5g()
76 mPreference.setSummary(mWifiManager.isBridgedApConcurrencySupported() in updateDisplay()109 if (mWifiManager.isBridgedApConcurrencySupported()) { in isMaximizeCompatibilityEnabled()136 if (mWifiManager.isBridgedApConcurrencySupported()) { in setupMaximizeCompatibility()
541 when(mWifiManager.isBridgedApConcurrencySupported()).thenReturn(true); in startProjectionTetheredAccessPoint_ensure2GhzAnd5GhzAdded()577 when(mWifiManager.isBridgedApConcurrencySupported()).thenReturn(true); in startProjectionTetheredAccessPoint_ensureNotCalled2Ghz5Ghz()603 when(mWifiManager.isBridgedApConcurrencySupported()).thenReturn(true); in startProjectionTetheredAccessPoint_ensureNotCalled5Ghz()630 when(mWifiManager.isBridgedApConcurrencySupported()).thenReturn(false); in startProjectionTetheredAccessPoint_ensure5GhzOnlyNoConcurrency()
229 return mWifiManager.isBridgedApConcurrencySupported(); in isDualBandSupported()
538 when(mWifiManager.isBridgedApConcurrencySupported()).thenReturn(true); in isDualBand_resultSameAsWifiManager()544 when(mWifiManager.isBridgedApConcurrencySupported()).thenReturn(false); in isDualBand_resultSameAsWifiManager()
375 mIsDualBand = mWifiManager.isBridgedApConcurrencySupported(); in isDualBand()
1073 if (mWifiManager.isBridgedApConcurrencySupported()) { in ensureApConfiguration()
4314 public boolean isBridgedApConcurrencySupported() { in isBridgedApConcurrencySupported() method in WifiManager
481 method public boolean isBridgedApConcurrencySupported();