Searched refs:isStaStaConcurrencySupported (Results 1 – 5 of 5) sorted by relevance
642 return mWifiNative.isStaStaConcurrencySupported() in isStaStaConcurrencySupportedForLocalOnlyConnections()652 return mWifiNative.isStaStaConcurrencySupported() in isStaStaConcurrencySupportedForMbb()662 return mWifiNative.isStaStaConcurrencySupported() in isStaStaConcurrencySupportedForRestrictedConnections()672 return mWifiNative.isStaStaConcurrencySupported() in isStaStaConcurrencySupportedForMultiInternet()727 mWifiNative.isStaStaConcurrencySupported()); in start()1489 boolean isStaStaConcurrencySupported = mWifiNative.isStaStaConcurrencySupported(); in dump()1490 pw.println("STA + STA Concurrency Supported: " + isStaStaConcurrencySupported); in dump()1491 if (isStaStaConcurrencySupported) { in dump()1673 mWifiNative.isStaStaConcurrencySupported()); in onPrimaryChangedDueToStartedOrRoleChanged()1715 mWifiNative.isStaStaConcurrencySupported()); in onStoppedOrStartFailure()[all …]
1605 public boolean isStaStaConcurrencySupported() {
3798 public boolean isStaStaConcurrencySupported() {
1166 verify(mWifiNative).isStaStaConcurrencySupported(); in disableWifiWhenAlreadyOff()3017 public void isStaStaConcurrencySupported() throws Exception { in isStaStaConcurrencySupported() method in ActiveModeWardenTest3019 when(mWifiNative.isStaStaConcurrencySupported()).thenReturn(false); in isStaStaConcurrencySupported()3025 when(mWifiNative.isStaStaConcurrencySupported()).thenReturn(true); in isStaStaConcurrencySupported()3507 when(mWifiNative.isStaStaConcurrencySupported()).thenReturn(true); in requestRemoveLoClientModeManagerWhenNotSystemAppAndTargetSdkLessThanSAndCantCreate()3522 when(mWifiNative.isStaStaConcurrencySupported()).thenReturn(isStaStaSupported); in testLoFallbackAboveAndroidS()4898 when(mWifiNative.isStaStaConcurrencySupported()).thenReturn(true); in testGetSupportedFeaturesForStaStaConcurrency()
1653 assertTrue(mWifiVendorHal.isStaStaConcurrencySupported()); in testIsStaStaConcurrencySupported()