Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java127 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in setUp()
518 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in turnScreenOnWhenWifiInConnectedStateRoamingDisabled()
1157 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in checkWorkingWithDefaultSchedule()
2608 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in filterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigDisabled()
2663 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in dontFilterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigEnabled()
2708 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifyEnableAndDisableAutoJoinWhenExternalAutoJoinIsDisabled()
2743 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifyEnableAndDisableAutoJoin()
2756 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in verifyEnableAndDisableAutoJoin()
2775 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in changeDeviceMobilityStateDuringScan()
2809 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in changeDeviceMobilityStateDuringScanWithSameScanPeriod()
[all …]
DWifiNetworkFactoryTest.java246 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkRequestWithNoSpecifier()
265 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkReleaseWithNoSpecifier()
269 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(false); in testHandleNetworkReleaseWithNoSpecifier()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java579 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in needNetworkFor()
630 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in releaseNetworkFor()
DWifiConnectivityManager.java1786 public void setTrustedConnectionAllowed(boolean allowed) { in setTrustedConnectionAllowed() method in WifiConnectivityManager