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.java105 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in setUp()
428 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in turnScreenOnWhenWifiInConnectedStateRoamingDisabled()
2041 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2097 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2154 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2167 mWifiConnectivityManager.setTrustedConnectionAllowed(false);
2186 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2219 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2258 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
2290 mWifiConnectivityManager.setTrustedConnectionAllowed(true);
[all …]
DWifiNetworkFactoryTest.java239 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkRequestWithNoSpecifier()
258 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkReleaseWithNoSpecifier()
262 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(false); in testHandleNetworkReleaseWithNoSpecifier()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java570 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in needNetworkFor()
621 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in releaseNetworkFor()
DWifiConnectivityManager.java1218 public void setTrustedConnectionAllowed(boolean allowed) { in setTrustedConnectionAllowed() method in WifiConnectivityManager