Searched refs:isStaStaSupported (Results 1 – 1 of 1) sorted by relevance
3521 private void testLoFallbackAboveAndroidS(boolean isStaStaSupported) throws Exception { in testLoFallbackAboveAndroidS() argument3522 when(mWifiNative.isStaStaConcurrencySupported()).thenReturn(isStaStaSupported); in testLoFallbackAboveAndroidS()3533 if (isStaStaSupported) { in testLoFallbackAboveAndroidS()3538 !isStaStaSupported, in testLoFallbackAboveAndroidS()