Searched refs:setTrustedConnectionAllowed (Results 1 – 4 of 4) sorted by relevance
105 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 …]
239 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkRequestWithNoSpecifier()258 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkReleaseWithNoSpecifier()262 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(false); in testHandleNetworkReleaseWithNoSpecifier()
570 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in needNetworkFor()621 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in releaseNetworkFor()
1218 public void setTrustedConnectionAllowed(boolean allowed) { in setTrustedConnectionAllowed() method in WifiConnectivityManager