Searched refs:setTrustedConnectionAllowed (Results 1 – 4 of 4) sorted by relevance
127 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in setUp()518 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in turnScreenOnWhenWifiInConnectedStateRoamingDisabled()1157 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in checkWorkingWithDefaultSchedule()2608 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in filterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigDisabled()2663 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in dontFilterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigEnabled()2708 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifyEnableAndDisableAutoJoinWhenExternalAutoJoinIsDisabled()2743 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in verifyEnableAndDisableAutoJoin()2756 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in verifyEnableAndDisableAutoJoin()2775 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in changeDeviceMobilityStateDuringScan()2809 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in changeDeviceMobilityStateDuringScanWithSameScanPeriod()[all …]
246 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkRequestWithNoSpecifier()265 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(true); in testHandleNetworkReleaseWithNoSpecifier()269 verify(mWifiConnectivityManager).setTrustedConnectionAllowed(false); in testHandleNetworkReleaseWithNoSpecifier()
579 mWifiConnectivityManager.setTrustedConnectionAllowed(true); in needNetworkFor()630 mWifiConnectivityManager.setTrustedConnectionAllowed(false); in releaseNetworkFor()
1786 public void setTrustedConnectionAllowed(boolean allowed) { in setTrustedConnectionAllowed() method in WifiConnectivityManager