Searched refs:isStaStaConcurrencySupportedForMbb (Results 1 – 4 of 4) sorted by relevance
167 if (!mActiveModeWarden.isStaStaConcurrencySupportedForMbb()) { in onActiveModeManagerAdded()185 if (!mActiveModeWarden.isStaStaConcurrencySupportedForMbb()) { in onActiveModeManagerRemoved()219 if (!mActiveModeWarden.isStaStaConcurrencySupportedForMbb()) { in onActiveModeManagerRoleChanged()305 if (!mActiveModeWarden.isStaStaConcurrencySupportedForMbb()) { in onInternetValidated()392 if (!mActiveModeWarden.isStaStaConcurrencySupportedForMbb()) { in onCaptivePortalDetected()
651 public boolean isStaStaConcurrencySupportedForMbb() { in isStaStaConcurrencySupportedForMbb() method in ActiveModeWarden1783 mWifiMetrics.setIsMakeBeforeBreakSupported(isStaStaConcurrencySupportedForMbb()); in updateMetrics()
66 when(mActiveModeWarden.isStaStaConcurrencySupportedForMbb()).thenReturn(true); in setUp()86 when(mActiveModeWarden.isStaStaConcurrencySupportedForMbb()).thenReturn(false); in makeBeforeBreakDisabled_noOp()
3021 assertFalse(mActiveModeWarden.isStaStaConcurrencySupportedForMbb()); in isStaStaConcurrencySupported()3027 assertFalse(mActiveModeWarden.isStaStaConcurrencySupportedForMbb()); in isStaStaConcurrencySupported()3037 assertTrue(mActiveModeWarden.isStaStaConcurrencySupportedForMbb()); in isStaStaConcurrencySupported()