Searched refs:setTrustedConnectionAllowed (Results 1 – 4 of 4) sorted by relevance
101 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 …]
228 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkRequestWithNoSpecifier()247 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkReleaseWithNoSpecifier()251 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(false); in testHandleNetworkReleaseWithNoSpecifier()
584 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in needNetworkFor()626 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in releaseNetworkFor()
1215 public void setTrustedConnectionAllowed(boolean allowed) { in setTrustedConnectionAllowed() method in WifiConnectivityManager