Searched refs:isD2dSupportedWhenInfraStaDisabled (Results 1 – 11 of 11) sorted by relevance
324 assertFalse(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()326 assertFalse(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()332 assertFalse(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()334 assertTrue(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()
5389 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in testD2dSupportedWhenInfraStaDisabledWhenP2pStaConcurrencySupported()5394 verify(mWifiGlobals, atLeastOnce()).isD2dSupportedWhenInfraStaDisabled(); in testD2dSupportedWhenInfraStaDisabledWhenP2pStaConcurrencySupported()5401 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in testD2dSupportedWhenInfraStaDisabledWhenNanStaConcurrencySupported()5406 verify(mWifiGlobals, atLeastOnce()).isD2dSupportedWhenInfraStaDisabled(); in testD2dSupportedWhenInfraStaDisabledWhenNanStaConcurrencySupported()
650 public boolean isD2dSupportedWhenInfraStaDisabled() { in isD2dSupportedWhenInfraStaDisabled() method in WifiGlobals718 + isD2dSupportedWhenInfraStaDisabled()); in dump()
2804 if (mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()) { in setSupportedFeatureSet()
4333 assertTrue(mWifiManager.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()4336 assertFalse(mWifiManager.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()
791 if (mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()) { in startLate()806 return mWifiGlobals.isD2dSupportedWhenInfraStaDisabled() in isD2dAllowedWhenStaDisabled()
8077 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in testP2pDoesInitWhenClientConnectWithWifiDisabledAndD2DAllowed()8149 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in testP2pChangeToDisableWhenD2DAllowedToFalse()
4323 public boolean isD2dSupportedWhenInfraStaDisabled() { in isD2dSupportedWhenInfraStaDisabled() method in WifiManager
5664 && mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in isWifiP2pAvailable()
483 …i("com.android.wifi.flags.android_v_wifi_api") public boolean isD2dSupportedWhenInfraStaDisabled();
5816 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in simulateD2dAllowedChange()