Searched refs:setTrustedConnectionAllowed (Results 1 – 4 of 4) sorted by relevance
198 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in setUp()1773 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in turnScreenOnWhenWifiInConnectedStateRoamingDisabled()2874 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in testInitialFastScanSchedulesMoreScans()3048 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in checkWorkingWithDefaultScheduleWithMultiplier()5102 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in filterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigDisabled()5161 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in dontFilterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigEnabled()5209 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifyEnableAndDisableAutoJoinWhenExternalAutoJoinIsDisabled()5245 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifyEnableAndDisableAutoJoin()5258 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in verifyEnableAndDisableAutoJoin()5277 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifySetPnoScanEnabledByFramework()[all …]
365 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkRequestWithNoSpecifier()384 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkReleaseWithNoSpecifier()388 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(false); in testHandleNetworkReleaseWithNoSpecifier()
861 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in needNetworkFor()961 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in releaseNetworkFor()
3252 public void setTrustedConnectionAllowed(boolean allowed) { in setTrustedConnectionAllowed() method in WifiConnectivityManager