Home
last modified time | relevance | path

Searched refs:setTrustedConnectionAllowed (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java198 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in setUp()
1773 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in turnScreenOnWhenWifiInConnectedStateRoamingDisabled()
2874 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in testInitialFastScanSchedulesMoreScans()
3048 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in checkWorkingWithDefaultScheduleWithMultiplier()
5102 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in filterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigDisabled()
5161 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in dontFilterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigEnabled()
5209 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifyEnableAndDisableAutoJoinWhenExternalAutoJoinIsDisabled()
5245 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifyEnableAndDisableAutoJoin()
5258 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in verifyEnableAndDisableAutoJoin()
5277 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifySetPnoScanEnabledByFramework()
[all …]
DWifiNetworkFactoryTest.java365 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkRequestWithNoSpecifier()
384 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkReleaseWithNoSpecifier()
388 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(false); in testHandleNetworkReleaseWithNoSpecifier()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java861 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in needNetworkFor()
961 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in releaseNetworkFor()
DWifiConnectivityManager.java3252 public void setTrustedConnectionAllowed(boolean allowed) { in setTrustedConnectionAllowed() method in WifiConnectivityManager