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.java101 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in setUp()
423 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in turnScreenOnWhenWifiInConnectedStateRoamingDisabled()
2036 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2092 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2149 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2162 mWifiConnectivityManager.setTrustedConnectionAllowed(false);
2181 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2214 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2253 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2285 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
[all …]
DWifiNetworkFactoryTest.java228 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkRequestWithNoSpecifier()
247 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkReleaseWithNoSpecifier()
251 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(false); in testHandleNetworkReleaseWithNoSpecifier()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java584 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in needNetworkFor()
626 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in releaseNetworkFor()
DWifiConnectivityManager.java1215 public void setTrustedConnectionAllowed(boolean allowed) { in setTrustedConnectionAllowed() method in WifiConnectivityManager